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 EndpointsClient getEndpoints()

Gets the EndpointsClient object to access its operations.

abstract GeographicHierarchiesClient getGeographicHierarchies()

Gets the GeographicHierarchiesClient object to access its operations.

abstract HeatMapsClient getHeatMaps()

Gets the HeatMapsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract ProfilesClient getProfiles()

Gets the ProfilesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract TrafficManagerUserMetricsKeysClient getTrafficManagerUserMetricsKeys()

Gets the TrafficManagerUserMetricsKeysClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getEndpoints

public abstract EndpointsClient getEndpoints()

Gets the EndpointsClient object to access its operations.

Returns:

the EndpointsClient object.

getGeographicHierarchies

public abstract GeographicHierarchiesClient getGeographicHierarchies()

Gets the GeographicHierarchiesClient object to access its operations.

Returns:

the GeographicHierarchiesClient object.

getHeatMaps

public abstract HeatMapsClient getHeatMaps()

Gets the HeatMapsClient object to access its operations.

Returns:

the HeatMapsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getProfiles

public abstract ProfilesClient getProfiles()

Gets the ProfilesClient object to access its operations.

Returns:

the ProfilesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

getTrafficManagerUserMetricsKeys

public abstract TrafficManagerUserMetricsKeysClient getTrafficManagerUserMetricsKeys()

Gets the TrafficManagerUserMetricsKeysClient object to access its operations.

Returns:

the TrafficManagerUserMetricsKeysClient object.

Applies to