IGeographicLocation インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
地理的階層領域 (場所) を表す型。
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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET