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
Traffic |
getDefault()
Gets the default Geographic Hierarchy used by the Geographic traffic routing method. |
abstract
Mono<Traffic |
getDefaultAsync()
Gets the default Geographic Hierarchy used by the Geographic traffic routing method. |
abstract
Response<Traffic |
getDefaultWithResponse(Context context)
Gets the default Geographic Hierarchy used by the Geographic traffic routing method. |
abstract
Mono<Response<Traffic |
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:
getDefaultAsync
public abstract Mono
Gets the default Geographic Hierarchy used by the Geographic traffic routing method.
Returns:
getDefaultWithResponse
public abstract Response
Gets the default Geographic Hierarchy used by the Geographic traffic routing method.
Parameters:
Returns:
getDefaultWithResponseAsync
public abstract Mono
Gets the default Geographic Hierarchy used by the Geographic traffic routing method.
Returns:
Applies to
Azure SDK for Java