geographic_hierarchies_defaults
Creates, updates, deletes, gets or lists a geographic_hierarchies_defaults resource.
Overview
| Name | geographic_hierarchies_defaults |
| Type | Resource |
| Id | azure.traffic_manager.geographic_hierarchies_defaults |
Fields
The following fields are returned by SELECT queries:
- get
The default Geographic Hierarchy.
| Name | Datatype | Description |
|---|---|---|
properties | object | The properties of the Geographic Hierarchy resource. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | 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
Gets the default Geographic Hierarchy used by the Geographic traffic routing method.
SELECT
properties
FROM azure.traffic_manager.geographic_hierarchies_defaults
;