次の方法で共有


GatewayOperationsExtensions.StopDiagnosticsV2 メソッド

定義

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

public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse StopDiagnosticsV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters);
static member StopDiagnosticsV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse
<Extension()>
Public Function StopDiagnosticsV2 (operations As IGatewayOperations, gatewayId As String, parameters As StopGatewayPublicDiagnosticsParameters) As GatewayOperationResponse

パラメーター

operations
IGatewayOperations

Microsoft.WindowsAzure.Management.Network.IGatewayOperations への参照。

gatewayId
String

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

parameters
StopGatewayPublicDiagnosticsParameters

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

戻り値

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

適用対象