Uses of Interface
com.microsoft.azure.management.trafficmanager.GeographicLocation
-
-
Uses of GeographicLocation in com.microsoft.azure.management.trafficmanager
Methods in com.microsoft.azure.management.trafficmanager that return GeographicLocation Modifier and Type Method Description GeographicLocationTrafficManagerProfiles. getGeographicHierarchyRoot()GeographicLocationGeographicHierarchies. getRoot()Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type GeographicLocation Modifier and Type Method Description List<GeographicLocation>GeographicLocation. childLocations()List<GeographicLocation>GeographicLocation. descendantLocations()Methods in com.microsoft.azure.management.trafficmanager with parameters of type GeographicLocation Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>TrafficManagerEndpoint.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.WithAttach<ParentT>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.UpdateTrafficManagerEndpoint.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.UpdateTrafficManagerEndpoint.UpdateStages.WithGeographicLocation. withoutGeographicLocation(GeographicLocation geographicLocation)Specifies the geographic location to be removed from the endpoint's geographic location entries.Method parameters in com.microsoft.azure.management.trafficmanager with type arguments of type GeographicLocation Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>TrafficManagerEndpoint.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.WithAttach<ParentT>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.UpdateTrafficManagerEndpoint.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.
-