次の方法で共有


PacketCapturesOperationsExtensions.Stop メソッド

定義

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

public static void Stop(this Microsoft.Azure.Management.Network.IPacketCapturesOperations operations, string resourceGroupName, string networkWatcherName, string packetCaptureName);
static member Stop : Microsoft.Azure.Management.Network.IPacketCapturesOperations * string * string * string -> unit
<Extension()>
Public Sub Stop (operations As IPacketCapturesOperations, resourceGroupName As String, networkWatcherName As String, packetCaptureName As String)

パラメーター

operations
IPacketCapturesOperations

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

resourceGroupName
String

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

networkWatcherName
String

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

packetCaptureName
String

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

適用対象