Skip to main content

geographic_hierarchies_defaults

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

Overview

Namegeographic_hierarchies_defaults
TypeResource
Idazure.traffic_manager.geographic_hierarchies_defaults

Fields

The following fields are returned by SELECT queries:

The default Geographic Hierarchy.

NameDatatypeDescription
propertiesobjectThe properties of the Geographic Hierarchy resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGets 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
properties
FROM azure.traffic_manager.geographic_hierarchies_defaults
;