Partilhar via


PacketCapturesOperationsExtensions.GetAsync Método

Definição

Obtém uma sessão de captura de pacotes por nome.

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

Parâmetros

operations
IPacketCapturesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

networkWatcherName
String

O nome do observador de rede.

packetCaptureName
String

O nome da sessão de captura de pacotes.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a