Interface TrafficManagerManagementClient
-
public interface TrafficManagerManagementClientThe interface for TrafficManagerManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()Gets Api Version.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.StringgetEndpoint()Gets server parameter.EndpointsClientgetEndpoints()Gets the EndpointsClient object to access its operations.GeographicHierarchiesClientgetGeographicHierarchies()Gets the GeographicHierarchiesClient object to access its operations.HeatMapsClientgetHeatMaps()Gets the HeatMapsClient object to access its operations.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.ProfilesClientgetProfiles()Gets the ProfilesClient object to access its operations.StringgetSubscriptionId()Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription.TrafficManagerUserMetricsKeysClientgetTrafficManagerUserMetricsKeys()Gets the TrafficManagerUserMetricsKeysClient object to access its operations.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.- 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.
-
-