次の方法で共有


IGatewayOperations.BeginStartDiagnosticsV2Async メソッド

定義

Start Start Diagnostics V2 操作は、指定された仮想ネットワーク ゲートウェイのセッション診断開始する非同期操作を開始します。

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsV2Async (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginStartDiagnosticsV2Async : string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
Public Function BeginStartDiagnosticsV2Async (gatewayId As String, parameters As StartGatewayPublicDiagnosticsParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)

パラメーター

gatewayId
String

このゲートウェイ ID の仮想ネットワーク。

parameters
StartGatewayPublicDiagnosticsParameters

診断 V2 の開始操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象