Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.network.getNetworkExperimentProfile
Explore with Pulumi AI
Defines an Network Experiment Profile and lists of Experiments API Version: 2019-11-01.
Using getNetworkExperimentProfile
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 getNetworkExperimentProfile(args: GetNetworkExperimentProfileArgs, opts?: InvokeOptions): Promise<GetNetworkExperimentProfileResult>
function getNetworkExperimentProfileOutput(args: GetNetworkExperimentProfileOutputArgs, opts?: InvokeOptions): Output<GetNetworkExperimentProfileResult>
def get_network_experiment_profile(profile_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkExperimentProfileResult
def get_network_experiment_profile_output(profile_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkExperimentProfileResult]
func LookupNetworkExperimentProfile(ctx *Context, args *LookupNetworkExperimentProfileArgs, opts ...InvokeOption) (*LookupNetworkExperimentProfileResult, error)
func LookupNetworkExperimentProfileOutput(ctx *Context, args *LookupNetworkExperimentProfileOutputArgs, opts ...InvokeOption) LookupNetworkExperimentProfileResultOutput
> Note: This function is named LookupNetworkExperimentProfile
in the Go SDK.
public static class GetNetworkExperimentProfile
{
public static Task<GetNetworkExperimentProfileResult> InvokeAsync(GetNetworkExperimentProfileArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkExperimentProfileResult> Invoke(GetNetworkExperimentProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkExperimentProfileResult> getNetworkExperimentProfile(GetNetworkExperimentProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:network:getNetworkExperimentProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Profile
Name string The Profile identifier associated with the Tenant and Partner
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- Profile
Name string The Profile identifier associated with the Tenant and Partner
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- profile
Name String The Profile identifier associated with the Tenant and Partner
- resource
Group StringName Name of the Resource group within the Azure subscription.
- profile
Name string The Profile identifier associated with the Tenant and Partner
- resource
Group stringName Name of the Resource group within the Azure subscription.
- profile_
name str The Profile identifier associated with the Tenant and Partner
- resource_
group_ strname Name of the Resource group within the Azure subscription.
- profile
Name String The Profile identifier associated with the Tenant and Partner
- resource
Group StringName Name of the Resource group within the Azure subscription.
getNetworkExperimentProfile Result
The following output properties are available:
- Id string
Resource ID.
- Name string
Resource name.
- Resource
State string Resource status.
- Type string
Resource type.
- Enabled
State string The state of the Experiment
- Etag string
Gets a unique read-only string that changes whenever the resource is updated.
- Location string
Resource location.
- Dictionary<string, string>
Resource tags.
- Id string
Resource ID.
- Name string
Resource name.
- Resource
State string Resource status.
- Type string
Resource type.
- Enabled
State string The state of the Experiment
- Etag string
Gets a unique read-only string that changes whenever the resource is updated.
- Location string
Resource location.
- map[string]string
Resource tags.
- id String
Resource ID.
- name String
Resource name.
- resource
State String Resource status.
- type String
Resource type.
- enabled
State String The state of the Experiment
- etag String
Gets a unique read-only string that changes whenever the resource is updated.
- location String
Resource location.
- Map<String,String>
Resource tags.
- id string
Resource ID.
- name string
Resource name.
- resource
State string Resource status.
- type string
Resource type.
- enabled
State string The state of the Experiment
- etag string
Gets a unique read-only string that changes whenever the resource is updated.
- location string
Resource location.
- {[key: string]: string}
Resource tags.
- id str
Resource ID.
- name str
Resource name.
- resource_
state str Resource status.
- type str
Resource type.
- enabled_
state str The state of the Experiment
- etag str
Gets a unique read-only string that changes whenever the resource is updated.
- location str
Resource location.
- Mapping[str, str]
Resource tags.
- id String
Resource ID.
- name String
Resource name.
- resource
State String Resource status.
- type String
Resource type.
- enabled
State String The state of the Experiment
- etag String
Gets a unique read-only string that changes whenever the resource is updated.
- location String
Resource location.
- Map<String>
Resource tags.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0