次の方法で共有


ITroubleshooting インターフェイス

定義

ユーザーが仮想ネットワーク ゲートウェイまたは仮想ネットワーク ゲートウェイ接続のトラブルシューティング情報を取得できるようにするクライアント側の表現。

public interface ITroubleshooting : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, 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.ITroubleshooting>
type ITroubleshooting = interface
    interface IBeta
    interface IExecutable<ITroubleshooting>
    interface IIndexable
    interface IHasParent<INetworkWatcher>
Public Interface ITroubleshooting
Implements IBeta, IExecutable(Of ITroubleshooting), IHasParent(Of INetworkWatcher)
実装

プロパティ

Code

トラブルシューティングの結果コードを取得します。

EndTime

トラブルシューティングの終了時刻を取得します。

Key

ユーザーが仮想ネットワーク ゲートウェイまたは仮想ネットワーク ゲートウェイ接続のトラブルシューティング情報を取得できるようにするクライアント側の表現。

(継承元 IIndexable)
Parent

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

(継承元 IHasParent<ParentT>)
Results

トラブルシューティングから情報を取得します。

StartTime

トラブルシューティングの開始時刻を取得します。

StorageId

トラブルシューティング情報が保存されたストレージ アカウントの ID を取得します。

StoragePath

トラブルシューティングの結果を保存する BLOB へのパスを取得します。

TargetResourceId

アクションの実行対象となるターゲット リソースのリソース識別子を取得します。

メソッド

Execute()

要求を実行します。

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

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

(継承元 IExecutable<T>)

適用対象