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 |
---|---|
Traffic |
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. |
Traffic |
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. |
Traffic |
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. |
Traffic |
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. |
Traffic |
withoutGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location to be removed from the endpoint's geographic location entries. |
Traffic |
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:
Returns:
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:
Returns:
withGeographicLocations
public 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 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 Update withoutGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location to be removed from the endpoint's geographic location entries.
Parameters:
Returns:
withoutGeographicLocation
public 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