Interface TrafficManagerManagementClient
public interface TrafficManagerManagementClient
The interface for TrafficManagerManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets The default poll interval for long-running operation.Gets server parameter.Gets the EndpointsClient object to access its operations.Gets the GeographicHierarchiesClient object to access its operations.Gets the HeatMapsClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the ProfilesClient object to access its operations.Gets The ID of the target subscription.Gets the TrafficManagerUserMetricsKeysClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getEndpoints
EndpointsClient getEndpoints()Gets the EndpointsClient object to access its operations.- Returns:
- the EndpointsClient object.
-
getProfiles
ProfilesClient getProfiles()Gets the ProfilesClient object to access its operations.- Returns:
- the ProfilesClient object.
-
getGeographicHierarchies
GeographicHierarchiesClient getGeographicHierarchies()Gets the GeographicHierarchiesClient object to access its operations.- Returns:
- the GeographicHierarchiesClient object.
-
getHeatMaps
HeatMapsClient getHeatMaps()Gets the HeatMapsClient object to access its operations.- Returns:
- the HeatMapsClient object.
-
getTrafficManagerUserMetricsKeys
TrafficManagerUserMetricsKeysClient getTrafficManagerUserMetricsKeys()Gets the TrafficManagerUserMetricsKeysClient object to access its operations.- Returns:
- the TrafficManagerUserMetricsKeysClient object.
-