Freigeben über


PacketCaptureInner Konstruktoren

Definition

Überlädt

PacketCaptureInner()

Initialisiert eine neue instance der PacketCaptureInner-Klasse.

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

Initialisiert eine neue instance der PacketCaptureInner-Klasse.

PacketCaptureInner()

Initialisiert eine neue instance der PacketCaptureInner-Klasse.

public PacketCaptureInner ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der PacketCaptureInner-Klasse.

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)

Parameter

target
String

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

storageLocation
PacketCaptureStorageLocation

Beschreibt den Speicherort für eine Paketerfassungssitzung.

bytesToCapturePerPacket
Nullable<Int32>

Anzahl der pro Paket erfassten Bytes, die verbleibenden 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: