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()Gets the default geographic hierarchy used by the Geographic traffic.GeographicHierarchies.getRoot()Gets the root of the Geographic Hierarchy used by the Geographic traffic routing method.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type GeographicLocationModifier and TypeMethodDescriptionGeographicLocation.childLocations()Gets list of immediate child locations grouped under this location in the Geographic Hierarchy.GeographicLocation.descendantLocations()Gets list of all descendant locations grouped under this location in the Geographic Hierarchy.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.