Interface TrafficManagerEndpoint.UpdateStages.WithGeographicLocation
- All Known Subinterfaces:
TrafficManagerEndpoint.Update
,TrafficManagerEndpoint.UpdateAzureEndpoint
,TrafficManagerEndpoint.UpdateExternalEndpoint
,TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithGeographicLocation
The stage of the traffic manager update definition allowing to specify the geographic region.
-
Method Summary
Modifier and TypeMethodDescriptionwithGeographicLocation
(GeographicLocation geographicLocation) Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.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.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.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.withoutGeographicLocation
(GeographicLocation geographicLocation) Specifies the geographic location to be removed from the endpoint's geographic location entries.withoutGeographicLocation
(String geographicLocationCode) Specifies the geographic location to be removed from the endpoint's geographic location entries.
-
Method Details
-
withGeographicLocation
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
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
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
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
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
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
-