次の方法で共有


ITopology インターフェイス

定義

ネットワーク ウォッチャーに関連付けられた Azure Topology info オブジェクトの不変のクライアント側表現。

public interface ITopology : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.TopologyInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.ITopology>
type ITopology = interface
    interface IBeta
    interface IExecutable<ITopology>
    interface IIndexable
    interface IHasInner<TopologyInner>
    interface IHasParent<INetworkWatcher>
Public Interface ITopology
Implements IBeta, IExecutable(Of ITopology), IHasInner(Of TopologyInner), IHasParent(Of INetworkWatcher)
実装

プロパティ

CreatedTime

リソース グループのトポロジが最初に作成された日時を取得します。

Id

ID を表す GUID を取得します。

Inner

ネットワーク ウォッチャーに関連付けられた Azure Topology info オブジェクトの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

ネットワーク ウォッチャーに関連付けられた Azure Topology info オブジェクトの不変のクライアント側表現。

(継承元 IIndexable)
LastModifiedTime

トポロジが最後に変更された日時を取得します。

Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Resources

このトポロジ内のリソースを取得します。

TopologyParameters

このトポロジのクエリに使用されるパラメーターを取得します。

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

要求を非同期的に実行します。

(継承元 IExecutable<T>)

適用対象