public static interface TrafficManagerEndpoint.UpdateStages.WithGeographicLocation
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.
|
TrafficManagerEndpoint.Update withGeographicLocation(GeographicLocation geographicLocation)
geographicLocation
- the geographic locationTrafficManagerEndpoint.Update withGeographicLocations(List<GeographicLocation> geographicLocations)
geographicLocations
- the geographic locationsTrafficManagerEndpoint.Update withoutGeographicLocation(GeographicLocation geographicLocation)
geographicLocation
- the geographic locationTrafficManagerEndpoint.Update withGeographicLocation(String geographicLocationCode)
geographicLocationCode
- the geographic location codeTrafficManagerEndpoint.Update withGeographicLocations(Collection<String> geographicLocationCodes)
geographicLocationCodes
- the geographic location codesTrafficManagerEndpoint.Update withoutGeographicLocation(String geographicLocationCode)
geographicLocationCode
- the geographic location codeCopyright © 2019. All rights reserved.