Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateDefinition<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.UpdateDefinitionStages
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>The stage of the traffic manager endpoint definition allowing to specify the geographic region.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>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.UpdateDefinitionStages.WithAttach<ParentT>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.UpdateDefinitionStages.WithAttach<ParentT>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.UpdateDefinitionStages.WithAttach<ParentT>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.
-
-
-
Method Detail
-
withGeographicLocation
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> 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 definition
-
withGeographicLocations
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> 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 definition
-
withGeographicLocation
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> 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 definition
-
withGeographicLocations
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> 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 definition
-
-