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
With |
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
With |
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
With |
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
With |
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
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method GEOGRAPHIC.
Parameters:
Returns:
withGeographicLocation
public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method GEOGRAPHIC.
Parameters:
Returns:
withGeographicLocations
public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach
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:
Returns:
withGeographicLocations
public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach
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:
Returns:
Applies to
Azure SDK for Java