Microsoft.Network trafficManagerGeographicHierarchies 2018-08-01
Bicep resource definition
The trafficManagerGeographicHierarchies resource type can be deployed with operations that target:
- Tenant - See tenant deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Network/trafficManagerGeographicHierarchies resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Network/trafficManagerGeographicHierarchies@2018-08-01' = {
name: 'default'
}
Property values
Microsoft.Network/trafficManagerGeographicHierarchies
Name | Description | Value |
---|---|---|
name | The resource name | 'default' (required) |
ARM template resource definition
The trafficManagerGeographicHierarchies resource type can be deployed with operations that target:
- Tenant - See tenant deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Network/trafficManagerGeographicHierarchies resource, add the following JSON to your template.
{
"type": "Microsoft.Network/trafficManagerGeographicHierarchies",
"apiVersion": "2018-08-01",
"name": "string"
}
Property values
Microsoft.Network/trafficManagerGeographicHierarchies
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2018-08-01' |
name | The resource name | 'default' (required) |
type | The resource type | 'Microsoft.Network/trafficManagerGeographicHierarchies' |
Terraform (AzAPI provider) resource definition
The trafficManagerGeographicHierarchies resource type can be deployed with operations that target:
- Tenant
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Network/trafficManagerGeographicHierarchies resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/trafficManagerGeographicHierarchies@2018-08-01"
name = "string"
}
Property values
Microsoft.Network/trafficManagerGeographicHierarchies
Name | Description | Value |
---|---|---|
name | The resource name | 'default' (required) |
type | The resource type | "Microsoft.Network/trafficManagerGeographicHierarchies@2018-08-01" |