Interface GeographicLocation
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<Region>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
public interface GeographicLocation extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.model.HasInner<Region>
Type representing Geographic Hierarchy region (location).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<GeographicLocation>childLocations()Stringcode()List<GeographicLocation>descendantLocations()
-
-
-
Method Detail
-
code
String code()
- Returns:
- the location code.
-
childLocations
List<GeographicLocation> childLocations()
- Returns:
- list of immediate child locations grouped under this location in the Geographic Hierarchy.
-
descendantLocations
List<GeographicLocation> descendantLocations()
- Returns:
- list of all descendant locations grouped under this location in the Geographic Hierarchy.
-
-