次の方法で共有


PacketCapturesOperationsExtensions.BeginStopAsync メソッド

定義

指定されたパケット キャプチャ セッションを停止します。

public static System.Threading.Tasks.Task BeginStopAsync (this Microsoft.Azure.Management.Network.Fluent.IPacketCapturesOperations operations, string resourceGroupName, string networkWatcherName, string packetCaptureName, System.Threading.CancellationToken cancellationToken = default);
static member BeginStopAsync : Microsoft.Azure.Management.Network.Fluent.IPacketCapturesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginStopAsync (operations As IPacketCapturesOperations, resourceGroupName As String, networkWatcherName As String, packetCaptureName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IPacketCapturesOperations

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

resourceGroupName
String

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

networkWatcherName
String

ネットワーク ウォッチャーの名前。

packetCaptureName
String

パケット キャプチャ セッションの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象