Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGeographicLocation 接口

定义

表示地理层次结构区域 (位置) 的类型。

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
实现

属性

ChildLocations

获取地理层次结构中此位置下分组的直接子位置的列表。

Code

获取位置代码。

DescendantLocations

获取地理层次结构中此位置下分组的所有后代位置的列表。

Inner

表示地理层次结构区域 (位置) 的类型。

(继承自 IHasInner<T>)
Name

获取资源的名称

(继承自 IHasName)

适用于