Microsoft.Network trafficManagerUserMetricsKeys 2018-04-01

Bicep resource definition

The trafficManagerUserMetricsKeys resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Network/trafficManagerUserMetricsKeys resource, add the following Bicep to your template.

resource symbolicname 'Microsoft.Network/trafficManagerUserMetricsKeys@2018-04-01' = {
  name: 'default'
}

Property values

trafficManagerUserMetricsKeys

Name Description Value
name The resource name 'default'

ARM template resource definition

The trafficManagerUserMetricsKeys resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Network/trafficManagerUserMetricsKeys resource, add the following JSON to your template.

{
  "type": "Microsoft.Network/trafficManagerUserMetricsKeys",
  "apiVersion": "2018-04-01",
  "name": "default"
}

Property values

trafficManagerUserMetricsKeys

Name Description Value
type The resource type 'Microsoft.Network/trafficManagerUserMetricsKeys'
apiVersion The resource api version '2018-04-01'
name The resource name 'default'

Terraform (AzAPI provider) resource definition

The trafficManagerUserMetricsKeys resource type can be deployed with operations that target:

  • Subscriptions

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Network/trafficManagerUserMetricsKeys resource, add the following Terraform to your template.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/trafficManagerUserMetricsKeys@2018-04-01"
  name = "default"
  parent_id = "string"
}

Property values

trafficManagerUserMetricsKeys

Name Description Value
type The resource type "Microsoft.Network/trafficManagerUserMetricsKeys@2018-04-01"
name The resource name "default"
parent_id To deploy to a subscription, use the ID of that subscription. string (required)