1. Packages
  2. Azure Native v2
  3. API Docs
  4. network
  5. getNetworkExperimentProfile
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.network.getNetworkExperimentProfile

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

Defines an Network Experiment Profile and lists of Experiments Azure REST 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>
Copy
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]
Copy
func LookupNetworkExperimentProfile(ctx *Context, args *LookupNetworkExperimentProfileArgs, opts ...InvokeOption) (*LookupNetworkExperimentProfileResult, error)
func LookupNetworkExperimentProfileOutput(ctx *Context, args *LookupNetworkExperimentProfileOutputArgs, opts ...InvokeOption) LookupNetworkExperimentProfileResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetNetworkExperimentProfileResult> getNetworkExperimentProfile(GetNetworkExperimentProfileArgs args, InvokeOptions options)
public static Output<GetNetworkExperimentProfileResult> getNetworkExperimentProfile(GetNetworkExperimentProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:network:getNetworkExperimentProfile
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ProfileName
This property is required.
Changes to this property will trigger replacement.
string
The Profile identifier associated with the Tenant and Partner
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Resource group within the Azure subscription.
ProfileName
This property is required.
Changes to this property will trigger replacement.
string
The Profile identifier associated with the Tenant and Partner
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Resource group within the Azure subscription.
profileName
This property is required.
Changes to this property will trigger replacement.
String
The Profile identifier associated with the Tenant and Partner
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Resource group within the Azure subscription.
profileName
This property is required.
Changes to this property will trigger replacement.
string
The Profile identifier associated with the Tenant and Partner
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Resource group within the Azure subscription.
profile_name
This property is required.
Changes to this property will trigger replacement.
str
The Profile identifier associated with the Tenant and Partner
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the Resource group within the Azure subscription.
profileName
This property is required.
Changes to this property will trigger replacement.
String
The Profile identifier associated with the Tenant and Partner
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi