次の方法で共有


NetworkWatchersOperationsExtensions.BeginGetTroubleshootingAsync メソッド

定義

指定したリソースでトラブルシューティングを開始します。

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

パラメーター

operations
INetworkWatchersOperations

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

resourceGroupName
String

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

networkWatcherName
String

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

parameters
TroubleshootingParameters

トラブルシューティングするリソースを定義するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象