Microsoft.Network trafficManagerGeographicHierarchies 2022-04-01-preview
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@2022-04-01-preview' = {
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": "2022-04-01-preview",
"name": "string"
}
Property values
Microsoft.Network/trafficManagerGeographicHierarchies
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2022-04-01-preview' |
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@2022-04-01-preview"
name = "string"
}
Property values
Microsoft.Network/trafficManagerGeographicHierarchies
Name | Description | Value |
---|---|---|
name | The resource name | 'default' (required) |
type | The resource type | "Microsoft.Network/trafficManagerGeographicHierarchies@2022-04-01-preview" |