次の方法で共有


IGatewayOperations.StopDiagnosticsV2Async メソッド

定義

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

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

パラメーター

gatewayId
String

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

parameters
StopGatewayPublicDiagnosticsParameters

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

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

適用対象