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:

ProfileName string

The Profile identifier associated with the Tenant and Partner

ResourceGroupName string

Name of the Resource group within the Azure subscription.

ProfileName string

The Profile identifier associated with the Tenant and Partner

ResourceGroupName string

Name of the Resource group within the Azure subscription.

profileName String

The Profile identifier associated with the Tenant and Partner

resourceGroupName String

Name of the Resource group within the Azure subscription.

profileName string

The Profile identifier associated with the Tenant and Partner

resourceGroupName string

Name of the Resource group within the Azure subscription.

profile_name str

The Profile identifier associated with the Tenant and Partner

resource_group_name str

Name of the Resource group within the Azure subscription.

profileName String

The Profile identifier associated with the Tenant and Partner

resourceGroupName String

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.

ResourceState string

Resource status.

Type string

Resource type.

EnabledState 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.

Tags Dictionary<string, string>

Resource tags.

Id string

Resource ID.

Name string

Resource name.

ResourceState string

Resource status.

Type string

Resource type.

EnabledState 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.

Tags map[string]string

Resource tags.

id String

Resource ID.

name String

Resource name.

resourceState String

Resource status.

type String

Resource type.

enabledState 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.

tags Map<String,String>

Resource tags.

id string

Resource ID.

name string

Resource name.

resourceState string

Resource status.

type string

Resource type.

enabledState 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.

tags {[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.

tags Mapping[str, str]

Resource tags.

id String

Resource ID.

name String

Resource name.

resourceState String

Resource status.

type String

Resource type.

enabledState 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.

tags Map<String>

Resource tags.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0