PacketCaptureInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
Número de bytes capturados por pacote, os bytes restantes são truncados.
- filters
- IList<PacketCaptureFilter>
Uma lista de filtros de captura de pacotes.
Aplica-se a
Azure SDK for .NET