Uses of Interface
com.microsoft.azure.management.trafficmanager.GeographicLocation
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of GeographicLocation in com.microsoft.azure.management.trafficmanager
Modifier and TypeMethodDescriptionTrafficManagerProfiles.getGeographicHierarchyRoot()
GeographicHierarchies.getRoot()
Modifier and TypeMethodDescriptionGeographicLocation.childLocations()
GeographicLocation.descendantLocations()
Modifier and TypeMethodDescriptionTrafficManagerEndpoint.DefinitionStages.WithGeographicLocation.withGeographicLocation
(GeographicLocation geographicLocation) Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing methodTrafficRoutingMethod.GEOGRAPHIC
.TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation.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.UpdateStages.WithGeographicLocation.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.UpdateStages.WithGeographicLocation.withoutGeographicLocation
(GeographicLocation geographicLocation) Specifies the geographic location to be removed from the endpoint's geographic location entries.Modifier and TypeMethodDescriptionTrafficManagerEndpoint.DefinitionStages.WithGeographicLocation.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 methodTrafficRoutingMethod.GEOGRAPHIC
.TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation.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.UpdateStages.WithGeographicLocation.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.