次の方法で共有


NetworkWatchersOperationsExtensions.BeginGetTroubleshootingResultAsync メソッド

定義

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

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

パラメーター

operations
INetworkWatchersOperations

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

resourceGroupName
String

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

networkWatcherName
String

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

parameters
QueryTroubleshootingParameters

トラブルシューティング結果のクエリを実行するリソースを定義するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象