次の方法で共有


GatewayOperationsExtensions.BeginStartDiagnosticsV2 メソッド

定義

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

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

パラメーター

operations
IGatewayOperations

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

gatewayId
String

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

parameters
StartGatewayPublicDiagnosticsParameters

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

戻り値

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

適用対象