Uses of Interface
com.azure.resourcemanager.trafficmanager.models.GeographicLocation
-
Packages that use GeographicLocation Package Description com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of GeographicLocation in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return GeographicLocation Modifier and Type Method Description GeographicLocationTrafficManagerProfiles. getGeographicHierarchyRoot()GeographicLocationGeographicHierarchies. getRoot()Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type GeographicLocation Modifier and Type Method Description List<GeographicLocation>GeographicLocation. childLocations()List<GeographicLocation>GeographicLocation. descendantLocations()Methods in com.azure.resourcemanager.trafficmanager.models 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.azure.resourcemanager.trafficmanager.models 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.
-