次の方法で共有


PacketCapturesOperationsExtensions.GetStatusAsync メソッド

定義

実行中のパケット キャプチャ セッションの状態を照会します。

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

パラメーター

operations
IPacketCapturesOperations

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

resourceGroupName
String

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

networkWatcherName
String

Network Watcher リソースの名前。

packetCaptureName
String

パケット キャプチャ セッションに指定された名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象