Interface GeographicLocation
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<Region>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
public interface GeographicLocation
extends com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<Region>
Type representing Geographic Hierarchy region (location).
-
Method Summary
Modifier and TypeMethodDescriptionGets list of immediate child locations grouped under this location in the Geographic Hierarchy.code()Gets the location code.Gets list of all descendant locations grouped under this location in the Geographic Hierarchy.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
code
-
childLocations
List<GeographicLocation> childLocations()Gets list of immediate child locations grouped under this location in the Geographic Hierarchy.- Returns:
- list of immediate child locations grouped under this location in the Geographic Hierarchy.
-
descendantLocations
List<GeographicLocation> descendantLocations()Gets list of all descendant locations grouped under this location in the Geographic Hierarchy.- Returns:
- list of all descendant locations grouped under this location in the Geographic Hierarchy.
-