geographic_hierarchies
Creates, updates, deletes, gets or lists a geographic_hierarchies resource.
Overview
| Name | geographic_hierarchies |
| Type | Resource |
| Id | azure.traffic_manager.geographic_hierarchies |
Fields
The following fields are returned by SELECT queries:
- get_default
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}. |
name | string | The name of the resource. |
geographicHierarchy | object | The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved. |
type | string | The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_default | select | Gets the default Geographic Hierarchy used by the Geographic traffic routing method. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- get_default
Gets the default Geographic Hierarchy used by the Geographic traffic routing method.
SELECT
id,
name,
geographicHierarchy,
type
FROM azure.traffic_manager.geographic_hierarchies
;