TrafficManagerEndpoint.UpdateStages.WithGeographicLocation Interface
public static interface TrafficManagerEndpoint.UpdateStages.WithGeographicLocation
The stage of the traffic manager update definition allowing to specify the geographic region.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract 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. |
abstract 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. |
abstract 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. |
abstract 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. |
abstract Update |
withoutGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location to be removed from the endpoint's geographic location entries. |
abstract Update |
withoutGeographicLocation(String geographicLocationCode)
Specifies the geographic location to be removed from the endpoint's geographic location entries. |
Method Details
withGeographicLocation
public abstract 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.
Parameters:
Returns:
withGeographicLocation
public abstract 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.
Parameters:
Returns:
withGeographicLocations
public abstract TrafficManagerEndpoint.Update withGeographicLocations(Collection
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:
Returns:
withGeographicLocations
public abstract TrafficManagerEndpoint.Update withGeographicLocations(List
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:
Returns:
withoutGeographicLocation
public abstract TrafficManagerEndpoint.Update withoutGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location to be removed from the endpoint's geographic location entries.
Parameters:
Returns:
withoutGeographicLocation
public abstract TrafficManagerEndpoint.Update withoutGeographicLocation(String geographicLocationCode)
Specifies the geographic location to be removed from the endpoint's geographic location entries.
Parameters:
Returns:
Applies to
Azure SDK for Java