PacketCapture 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
PacketCapture() |
Inicializa uma nova instância da classe PacketCapture. |
PacketCapture(String, PacketCaptureStorageLocation, PacketCaptureMachineScope, Nullable<PacketCaptureTargetType>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<PacketCaptureFilter>) |
Inicializa uma nova instância da classe PacketCapture. |
PacketCapture()
Inicializa uma nova instância da classe PacketCapture.
public PacketCapture ();
Public Sub New ()
Aplica-se a
PacketCapture(String, PacketCaptureStorageLocation, PacketCaptureMachineScope, Nullable<PacketCaptureTargetType>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<PacketCaptureFilter>)
Inicializa uma nova instância da classe PacketCapture.
public PacketCapture (string target, Microsoft.Azure.Management.Network.Models.PacketCaptureStorageLocation storageLocation, Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope scope = default, Microsoft.Azure.Management.Network.Models.PacketCaptureTargetType? targetType = default, long? bytesToCapturePerPacket = default, long? totalBytesPerSession = default, int? timeLimitInSeconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PacketCaptureFilter> filters = default);
new Microsoft.Azure.Management.Network.Models.PacketCapture : string * Microsoft.Azure.Management.Network.Models.PacketCaptureStorageLocation * Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope * Nullable<Microsoft.Azure.Management.Network.Models.PacketCaptureTargetType> * Nullable<int64> * Nullable<int64> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PacketCaptureFilter> -> Microsoft.Azure.Management.Network.Models.PacketCapture
Public Sub New (target As String, storageLocation As PacketCaptureStorageLocation, Optional scope As PacketCaptureMachineScope = Nothing, Optional targetType As Nullable(Of PacketCaptureTargetType) = Nothing, Optional bytesToCapturePerPacket As Nullable(Of Long) = Nothing, Optional totalBytesPerSession As Nullable(Of Long) = Nothing, Optional timeLimitInSeconds As Nullable(Of Integer) = Nothing, Optional filters As IList(Of PacketCaptureFilter) = Nothing)
Parâmetros
- target
- String
Atualmente, há suporte para a ID do recurso de destino, apenas AzureVM e AzureVMSS como tipo de destino.
- storageLocation
- PacketCaptureStorageLocation
O local de armazenamento de uma sessão de captura de pacotes.
Uma lista de instâncias do AzureVMSS que podem ser incluídas ou excluídas para executar a captura de pacotes. Se incluídos e excluídos estiverem vazios, a captura de pacotes será executada em todas as instâncias do AzureVMSS.
- targetType
- Nullable<PacketCaptureTargetType>
Tipo de destino do recurso fornecido. Os valores possíveis incluem: 'AzureVM', 'AzureVMSS'
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