GeographicLocation Interface
Implements
public interface GeographicLocation
extends HasName, HasInnerModel<Region>
Type representing Geographic Hierarchy region (location).
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<Geographic |
childLocations() |
abstract String | code() |
abstract
List<Geographic |
descendantLocations() |
Method Details
childLocations
public abstract List
Returns:
list of immediate child locations grouped under this location in the Geographic Hierarchy.
code
public abstract String code()
Returns:
the location code.
descendantLocations
public abstract List
Returns:
list of all descendant locations grouped under this location in the Geographic Hierarchy.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java