ParentT
- the return type of Attachable.InDefinition.attach()
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
Modifier and Type | Method and 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.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withGeographicLocation(GeographicLocation geographicLocation)
geographicLocation
- the geographic locationTrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withGeographicLocations(List<GeographicLocation> geographicLocations)
geographicLocations
- the geographic locationsTrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withGeographicLocation(String geographicLocationCode)
geographicLocationCode
- the geographic location codeTrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withGeographicLocations(Collection<String> geographicLocationCodes)
geographicLocationCodes
- the geographic location codesCopyright © 2019. All rights reserved.