TrafficManagerEndpoint.UpdateStages.WithGeographicLocation Interface

public interface WithGeographicLocation

The stage of the traffic manager update definition allowing to specify the geographic region.

Method Summary

Modifier and Type Method and Description
TrafficManagerEndpoint.Update withGeographicLocation(GeographicLocation geographicLocation)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

TrafficManagerEndpoint.Update withGeographicLocation(String geographicLocationCode)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

TrafficManagerEndpoint.Update withGeographicLocations(Collection<String> geographicLocationCodes)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

TrafficManagerEndpoint.Update withGeographicLocations(List<GeographicLocation> geographicLocations)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

TrafficManagerEndpoint.Update withoutGeographicLocation(GeographicLocation geographicLocation)

Specifies the geographic location to be removed from the endpoint's geographic location entries.

TrafficManagerEndpoint.Update withoutGeographicLocation(String geographicLocationCode)

Specifies the geographic location to be removed from the endpoint's geographic location entries.

Method Details

withGeographicLocation

public Update withGeographicLocation(GeographicLocation geographicLocation)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

Parameters:

geographicLocation - the geographic location

Returns:

the next stage of the update

withGeographicLocation

public Update withGeographicLocation(String geographicLocationCode)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

Parameters:

geographicLocationCode - the geographic location code

Returns:

the next stage of the update

withGeographicLocations

public Update withGeographicLocations(Collection geographicLocationCodes)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

Parameters:

geographicLocationCodes - the geographic location codes

Returns:

the next stage of the update

withGeographicLocations

public Update withGeographicLocations(List geographicLocations)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

Parameters:

geographicLocations - the geographic locations

Returns:

the next stage of the update

withoutGeographicLocation

public Update withoutGeographicLocation(GeographicLocation geographicLocation)

Specifies the geographic location to be removed from the endpoint's geographic location entries.

Parameters:

geographicLocation - the geographic location

Returns:

the next stage of the update

withoutGeographicLocation

public Update withoutGeographicLocation(String geographicLocationCode)

Specifies the geographic location to be removed from the endpoint's geographic location entries.

Parameters:

geographicLocationCode - the geographic location code

Returns:

the next stage of the update

Applies to