Freigeben über


PacketCaptureParameters Konstruktoren

Definition

Überlädt

PacketCaptureParameters()

Initialisiert eine neue instance der PacketCaptureParameters-Klasse.

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

Initialisiert eine neue instance der PacketCaptureParameters-Klasse.

PacketCaptureParameters()

Initialisiert eine neue instance der PacketCaptureParameters-Klasse.

public PacketCaptureParameters ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der PacketCaptureParameters-Klasse.

public PacketCaptureParameters (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.PacketCaptureParameters : 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.PacketCaptureParameters
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)

Parameter

target
String

Die ID der Zielressource, nur der virtuelle Computer wird derzeit unterstützt.

storageLocation
PacketCaptureStorageLocation

Beschreibt den Speicherort für eine Paketerfassungssitzung.

bytesToCapturePerPacket
Nullable<Int32>

Anzahl der pro Paket erfassten Bytes, die restlichen Bytes werden abgeschnitten.

totalBytesPerSession
Nullable<Int32>

Maximale Größe der Aufzeichnungsausgabe.

timeLimitInSeconds
Nullable<Int32>

Maximale Dauer der Aufzeichnungssitzung in Sekunden.

filters
IList<PacketCaptureFilter>

Eine Liste von Paketerfassungsfiltern.

Gilt für: