Partilhar via


PacketCaptureInner Construtores

Definição

Sobrecargas

PacketCaptureInner()

Inicializa uma nova instância da classe PacketCaptureInner.

PacketCaptureInner(String, PacketCaptureStorageLocation, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>)

Inicializa uma nova instância da classe PacketCaptureInner.

PacketCaptureInner()

Inicializa uma nova instância da classe PacketCaptureInner.

public PacketCaptureInner ();
Public Sub New ()

Aplica-se a

PacketCaptureInner(String, PacketCaptureStorageLocation, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>)

Inicializa uma nova instância da classe PacketCaptureInner.

public PacketCaptureInner (string target, Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureStorageLocation storageLocation, int? bytesToCapturePerPacket = default, int? totalBytesPerSession = default, int? timeLimitInSeconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureFilter> filters = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureInner : string * Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureStorageLocation * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureFilter> -> Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureInner
Public Sub New (target As String, storageLocation As PacketCaptureStorageLocation, Optional bytesToCapturePerPacket As Nullable(Of Integer) = Nothing, Optional totalBytesPerSession As Nullable(Of Integer) = Nothing, Optional timeLimitInSeconds As Nullable(Of Integer) = Nothing, Optional filters As IList(Of PacketCaptureFilter) = Nothing)

Parâmetros

target
String

A ID do recurso de destino, somente a VM tem suporte no momento.

storageLocation
PacketCaptureStorageLocation

Descreve o local de armazenamento de uma sessão de captura de pacotes.

bytesToCapturePerPacket
Nullable<Int32>

Número de bytes capturados por pacote, os bytes restantes são truncados.

totalBytesPerSession
Nullable<Int32>

Tamanho máximo da saída de captura.

timeLimitInSeconds
Nullable<Int32>

Duração máxima da sessão de captura em segundos.

filters
IList<PacketCaptureFilter>

Uma lista de filtros de captura de pacotes.

Aplica-se a