GeographicHierarchiesClient Interface

public interface GeographicHierarchiesClient

An instance of this class provides access to all the operations defined in GeographicHierarchiesClient.

Method Summary

Modifier and Type Method and Description
abstract TrafficManagerGeographicHierarchyInner getDefault()

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

abstract Mono<TrafficManagerGeographicHierarchyInner> getDefaultAsync()

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

abstract Response<TrafficManagerGeographicHierarchyInner> getDefaultWithResponse(Context context)

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

abstract Mono<Response<TrafficManagerGeographicHierarchyInner>> getDefaultWithResponseAsync()

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

Method Details

getDefault

public abstract TrafficManagerGeographicHierarchyInner getDefault()

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

Returns:

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

getDefaultAsync

public abstract Mono getDefaultAsync()

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

Returns:

the default Geographic Hierarchy used by the Geographic traffic routing method on successful completion of Mono.

getDefaultWithResponse

public abstract Response getDefaultWithResponse(Context context)

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

Parameters:

context - The context to associate with this operation.

Returns:

the default Geographic Hierarchy used by the Geographic traffic routing method along with Response<T>.

getDefaultWithResponseAsync

public abstract Mono> getDefaultWithResponseAsync()

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

Returns:

the default Geographic Hierarchy used by the Geographic traffic routing method along with Response<T> on successful completion of Mono.

Applies to