TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

public static interface TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> 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 GEOGRAPHIC.

abstract WithAttach<ParentT> 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 GEOGRAPHIC.

abstract WithAttach<ParentT> 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 GEOGRAPHIC.

abstract WithAttach<ParentT> 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 GEOGRAPHIC.

Method Details

withGeographicLocation

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach 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 GEOGRAPHIC.

Parameters:

geographicLocation - the geographic location

Returns:

the next stage of the definition

withGeographicLocation

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach 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 GEOGRAPHIC.

Parameters:

geographicLocationCode - the geographic location code

Returns:

the next stage of the definition

withGeographicLocations

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach 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 GEOGRAPHIC.

Parameters:

geographicLocationCodes - the geographic location codes

Returns:

the next stage of the definition

withGeographicLocations

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach 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 GEOGRAPHIC.

Parameters:

geographicLocations - the geographic locations

Returns:

the next stage of the definition

Applies to