次の方法で共有


VirtualNetworkGatewaysOperationsExtensions.StopPacketCaptureAsync メソッド

定義

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

public static System.Threading.Tasks.Task<string> StopPacketCaptureAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member StopPacketCaptureAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnPacketCaptureStopParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function StopPacketCaptureAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As VpnPacketCaptureStopParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

パラメーター

operations
IVirtualNetworkGatewaysOperations

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

resourceGroupName
String

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

virtualNetworkGatewayName
String

仮想ネットワーク ゲートウェイの名前。

parameters
VpnPacketCaptureStopParameters

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象