次の方法で共有


PacketCapturesOperationsExtensions.Get メソッド

定義

名前でパケット キャプチャ セッションを取得します。

public static Microsoft.Azure.Management.Network.Models.PacketCaptureResult Get (this Microsoft.Azure.Management.Network.IPacketCapturesOperations operations, string resourceGroupName, string networkWatcherName, string packetCaptureName);
static member Get : Microsoft.Azure.Management.Network.IPacketCapturesOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.PacketCaptureResult
<Extension()>
Public Function Get (operations As IPacketCapturesOperations, resourceGroupName As String, networkWatcherName As String, packetCaptureName As String) As PacketCaptureResult

パラメーター

operations
IPacketCapturesOperations

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

resourceGroupName
String

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

networkWatcherName
String

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

packetCaptureName
String

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

戻り値

適用対象