azure-native.network.getTrafficManagerUserMetricsKey

Explore with Pulumi AI

Get the subscription-level key used for Real User Metrics collection. API Version: 2018-08-01.

Using getTrafficManagerUserMetricsKey

function getTrafficManagerUserMetricsKey(args: GetTrafficManagerUserMetricsKeyArgs, opts?: InvokeOptions): Promise<GetTrafficManagerUserMetricsKeyResult>
def get_traffic_manager_user_metrics_key(opts: Optional[InvokeOptions] = None) -> GetTrafficManagerUserMetricsKeyResult
func LookupTrafficManagerUserMetricsKey(ctx *Context, args *LookupTrafficManagerUserMetricsKeyArgs, opts ...InvokeOption) (*LookupTrafficManagerUserMetricsKeyResult, error)

> Note: This function is named LookupTrafficManagerUserMetricsKey in the Go SDK.

public static class GetTrafficManagerUserMetricsKey 
{
    public static Task<GetTrafficManagerUserMetricsKeyResult> InvokeAsync(GetTrafficManagerUserMetricsKeyArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTrafficManagerUserMetricsKeyResult> getTrafficManagerUserMetricsKey(GetTrafficManagerUserMetricsKeyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:network:getTrafficManagerUserMetricsKey
  arguments:
    # arguments dictionary

The following arguments are supported:

getTrafficManagerUserMetricsKey Result

The following output properties are available:

Id string

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

Key string

The key returned by the User Metrics operation.

Name string

The name of the resource

Type string

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

Id string

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

Key string

The key returned by the User Metrics operation.

Name string

The name of the resource

Type string

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

id String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

key String

The key returned by the User Metrics operation.

name String

The name of the resource

type String

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

id string

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

key string

The key returned by the User Metrics operation.

name string

The name of the resource

type string

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

id str

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

key str

The key returned by the User Metrics operation.

name str

The name of the resource

type str

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

id String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

key String

The key returned by the User Metrics operation.

name String

The name of the resource

type String

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

Package Details

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