azure-native.network.getExperiment
Explore with Pulumi AI
Defines the properties of an Experiment API Version: 2019-11-01.
Using getExperiment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExperiment(args: GetExperimentArgs, opts?: InvokeOptions): Promise<GetExperimentResult>
function getExperimentOutput(args: GetExperimentOutputArgs, opts?: InvokeOptions): Output<GetExperimentResult>
def get_experiment(experiment_name: Optional[str] = None,
profile_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExperimentResult
def get_experiment_output(experiment_name: Optional[pulumi.Input[str]] = None,
profile_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExperimentResult]
func LookupExperiment(ctx *Context, args *LookupExperimentArgs, opts ...InvokeOption) (*LookupExperimentResult, error)
func LookupExperimentOutput(ctx *Context, args *LookupExperimentOutputArgs, opts ...InvokeOption) LookupExperimentResultOutput
> Note: This function is named LookupExperiment
in the Go SDK.
public static class GetExperiment
{
public static Task<GetExperimentResult> InvokeAsync(GetExperimentArgs args, InvokeOptions? opts = null)
public static Output<GetExperimentResult> Invoke(GetExperimentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExperimentResult> getExperiment(GetExperimentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:network:getExperiment
arguments:
# arguments dictionary
The following arguments are supported:
- Experiment
Name string The Experiment identifier associated with the Experiment
- Profile
Name string The Profile identifier associated with the Tenant and Partner
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- Experiment
Name string The Experiment identifier associated with the Experiment
- Profile
Name string The Profile identifier associated with the Tenant and Partner
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- experiment
Name String The Experiment identifier associated with the Experiment
- profile
Name String The Profile identifier associated with the Tenant and Partner
- resource
Group StringName Name of the Resource group within the Azure subscription.
- experiment
Name string The Experiment identifier associated with the Experiment
- profile
Name string The Profile identifier associated with the Tenant and Partner
- resource
Group stringName Name of the Resource group within the Azure subscription.
- experiment_
name str The Experiment identifier associated with the Experiment
- profile_
name str The Profile identifier associated with the Tenant and Partner
- resource_
group_ strname Name of the Resource group within the Azure subscription.
- experiment
Name String The Experiment identifier associated with the Experiment
- profile
Name String The Profile identifier associated with the Tenant and Partner
- resource
Group StringName Name of the Resource group within the Azure subscription.
getExperiment Result
The following output properties are available:
- Id string
Resource ID.
- Name string
Resource name.
- Resource
State string Resource status.
- Script
File stringUri The uri to the Script used in the Experiment
- Status string
The description of Experiment status from the server side
- Type string
Resource type.
- Description string
The description of the details or intents of the Experiment
- Enabled
State string The state of the Experiment
- Endpoint
A Pulumi.Azure Native. Network. Outputs. Experiment Endpoint Response The endpoint A of an experiment
- Endpoint
B Pulumi.Azure Native. Network. Outputs. Experiment Endpoint Response The endpoint B of an experiment
- Location string
Resource location.
- Dictionary<string, string>
Resource tags.
- Id string
Resource ID.
- Name string
Resource name.
- Resource
State string Resource status.
- Script
File stringUri The uri to the Script used in the Experiment
- Status string
The description of Experiment status from the server side
- Type string
Resource type.
- Description string
The description of the details or intents of the Experiment
- Enabled
State string The state of the Experiment
- Endpoint
A ExperimentEndpoint Response The endpoint A of an experiment
- Endpoint
B ExperimentEndpoint Response The endpoint B of an experiment
- Location string
Resource location.
- map[string]string
Resource tags.
- id String
Resource ID.
- name String
Resource name.
- resource
State String Resource status.
- script
File StringUri The uri to the Script used in the Experiment
- status String
The description of Experiment status from the server side
- type String
Resource type.
- description String
The description of the details or intents of the Experiment
- enabled
State String The state of the Experiment
- endpoint
A ExperimentEndpoint Response The endpoint A of an experiment
- endpoint
B ExperimentEndpoint Response The endpoint B of an experiment
- location String
Resource location.
- Map<String,String>
Resource tags.
- id string
Resource ID.
- name string
Resource name.
- resource
State string Resource status.
- script
File stringUri The uri to the Script used in the Experiment
- status string
The description of Experiment status from the server side
- type string
Resource type.
- description string
The description of the details or intents of the Experiment
- enabled
State string The state of the Experiment
- endpoint
A ExperimentEndpoint Response The endpoint A of an experiment
- endpoint
B ExperimentEndpoint Response The endpoint B of an experiment
- location string
Resource location.
- {[key: string]: string}
Resource tags.
- id str
Resource ID.
- name str
Resource name.
- resource_
state str Resource status.
- script_
file_ struri The uri to the Script used in the Experiment
- status str
The description of Experiment status from the server side
- type str
Resource type.
- description str
The description of the details or intents of the Experiment
- enabled_
state str The state of the Experiment
- endpoint_
a ExperimentEndpoint Response The endpoint A of an experiment
- endpoint_
b ExperimentEndpoint Response The endpoint B of an experiment
- location str
Resource location.
- Mapping[str, str]
Resource tags.
- id String
Resource ID.
- name String
Resource name.
- resource
State String Resource status.
- script
File StringUri The uri to the Script used in the Experiment
- status String
The description of Experiment status from the server side
- type String
Resource type.
- description String
The description of the details or intents of the Experiment
- enabled
State String The state of the Experiment
- endpoint
A Property Map The endpoint A of an experiment
- endpoint
B Property Map The endpoint B of an experiment
- location String
Resource location.
- Map<String>
Resource tags.
Supporting Types
ExperimentEndpointResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0