Interface TrafficManagerEndpoint.UpdateStages.WithGeographicLocation
-
- All Known Subinterfaces:
TrafficManagerEndpoint.Update,TrafficManagerEndpoint.UpdateAzureEndpoint,TrafficManagerEndpoint.UpdateExternalEndpoint,TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithGeographicLocationThe stage of the traffic manager update definition allowing to specify the geographic region.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdatewithGeographicLocation(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.UpdatewithGeographicLocation(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.UpdatewithGeographicLocations(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.UpdatewithGeographicLocations(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.UpdatewithoutGeographicLocation(GeographicLocation geographicLocation)Specifies the geographic location to be removed from the endpoint's geographic location entries.TrafficManagerEndpoint.UpdatewithoutGeographicLocation(String geographicLocationCode)Specifies the geographic location to be removed from the endpoint's geographic location entries.
-
-
-
Method Detail
-
withGeographicLocation
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:
geographicLocation- the geographic location- Returns:
- the next stage of the update
-
withGeographicLocations
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.- Parameters:
geographicLocations- the geographic locations- Returns:
- the next stage of the update
-
withoutGeographicLocation
TrafficManagerEndpoint.Update withoutGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location to be removed from the endpoint's geographic location entries.- Parameters:
geographicLocation- the geographic location- Returns:
- the next stage of the update
-
withGeographicLocation
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:
geographicLocationCode- the geographic location code- Returns:
- the next stage of the update
-
withGeographicLocations
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.- Parameters:
geographicLocationCodes- the geographic location codes- Returns:
- the next stage of the update
-
withoutGeographicLocation
TrafficManagerEndpoint.Update withoutGeographicLocation(String geographicLocationCode)
Specifies the geographic location to be removed from the endpoint's geographic location entries.- Parameters:
geographicLocationCode- the geographic location code- Returns:
- the next stage of the update
-
-