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