Compartilhar via


PacketCapturesOperationsExtensions.Get Método

Definição

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

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

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.

Retornos

Aplica-se a