Skip to main content

geographic_hierarchies

Creates, updates, deletes, gets or lists a geographic_hierarchies resource.

Overview

Namegeographic_hierarchies
TypeResource
Idazure.traffic_manager.geographic_hierarchies

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstringFully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}.
namestringThe name of the resource.
geographicHierarchyobjectThe region at the root of the hierarchy from all the regions in the hierarchy can be retrieved.
typestringThe type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_defaultselectGets 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.

NameDatatypeDescription

SELECT examples

Gets the default Geographic Hierarchy used by the Geographic traffic routing method.

SELECT
id,
name,
geographicHierarchy,
type
FROM azure.traffic_manager.geographic_hierarchies
;