TrafficManagerManagementClient Interface
public interface TrafficManagerManagementClient
The interface for TrafficManagerManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Endpoints |
getEndpoints()
Gets the Endpoints |
abstract
Geographic |
getGeographicHierarchies()
Gets the Geographic |
abstract
Heat |
getHeatMaps()
Gets the Heat |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Profiles |
getProfiles()
Gets the Profiles |
abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
abstract
Traffic |
getTrafficManagerUserMetricsKeys()
Gets the Traffic |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getEndpoints
public abstract EndpointsClient getEndpoints()
Gets the EndpointsClient object to access its operations.
Returns:
getGeographicHierarchies
public abstract GeographicHierarchiesClient getGeographicHierarchies()
Gets the GeographicHierarchiesClient object to access its operations.
Returns:
getHeatMaps
public abstract HeatMapsClient getHeatMaps()
Gets the HeatMapsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getProfiles
public abstract ProfilesClient getProfiles()
Gets the ProfilesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getTrafficManagerUserMetricsKeys
public abstract TrafficManagerUserMetricsKeysClient getTrafficManagerUserMetricsKeys()
Gets the TrafficManagerUserMetricsKeysClient object to access its operations.
Returns:
Applies to
Azure SDK for Java