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)

適用対象