次の方法で共有


NetworkWatchersOperationsExtensions.BeginGetTroubleshootingResultAsync メソッド

定義

指定したリソースで最後に完了したトラブルシューティングの結果を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner> BeginGetTroubleshootingResultAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, string targetResourceId, System.Threading.CancellationToken cancellationToken = default);
static member BeginGetTroubleshootingResultAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner>
<Extension()>
Public Function BeginGetTroubleshootingResultAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, targetResourceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TroubleshootingResultInner)

パラメーター

operations
INetworkWatchersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

networkWatcherName
String

ネットワーク ウォッチャー リソースの名前。

targetResourceId
String

トラブルシューティングの結果を照会するターゲット リソース ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象