Uses of Interface
com.azure.resourcemanager.trafficmanager.models.GeographicLocation
Packages that use GeographicLocation
Package
Description
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 GeographicLocationModifier and TypeMethodDescriptionTrafficManagerProfiles.getGeographicHierarchyRoot()GeographicHierarchies.getRoot()Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type GeographicLocationModifier and TypeMethodDescriptionGeographicLocation.childLocations()GeographicLocation.descendantLocations()Methods in com.azure.resourcemanager.trafficmanager.models with parameters of type GeographicLocationModifier 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.Method parameters in com.azure.resourcemanager.trafficmanager.models with type arguments of type GeographicLocationModifier 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.