次の方法で共有


VpnGatewaysOperationsExtensions.StartPacketCapture メソッド

定義

指定したリソース グループ内の VPN ゲートウェイでパケット キャプチャを開始します。

public static string StartPacketCapture (this Microsoft.Azure.Management.Network.IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.VpnGatewayPacketCaptureStartParameters parameters = default);
static member StartPacketCapture : Microsoft.Azure.Management.Network.IVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnGatewayPacketCaptureStartParameters -> string
<Extension()>
Public Function StartPacketCapture (operations As IVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, Optional parameters As VpnGatewayPacketCaptureStartParameters = Nothing) As String

パラメーター

operations
IVpnGatewaysOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

parameters
VpnGatewayPacketCaptureStartParameters

VPN ゲートウェイでのパケット キャプチャを開始するために指定された VPN ゲートウェイ パケット キャプチャ パラメーター。

戻り値

適用対象