次の方法で共有


PacketCapturesOperationsExtensions.BeginDelete メソッド

定義

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

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

パラメーター

operations
IPacketCapturesOperations

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

resourceGroupName
String

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

networkWatcherName
String

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

packetCaptureName
String

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

適用対象