IGeographicLocation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type representing Geographic Hierarchy region (location).
public interface IGeographicLocation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.RegionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IGeographicLocation = interface
interface IHasName
interface IHasInner<RegionInner>
Public Interface IGeographicLocation
Implements IHasInner(Of RegionInner), IHasName
- Implements
Properties
ChildLocations |
Gets list of immediate child locations grouped under this location in the Geographic Hierarchy. |
Code |
Gets the location code. |
DescendantLocations |
Gets list of all descendant locations grouped under this location in the Geographic Hierarchy. |
Inner | (Inherited from IHasInner<T>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET