次の方法で共有


VpnGatewaysOperationsExtensions.StopPacketCapture メソッド

定義

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

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

パラメーター

operations
IVpnGatewaysOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

parameters
VpnGatewayPacketCaptureStopParameters

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

戻り値

適用対象