Freigeben über


FlowLogFormatParameters Konstruktoren

Definition

Überlädt

FlowLogFormatParameters()

Initialisiert eine neue instance der FlowLogFormatParameters-Klasse.

FlowLogFormatParameters(FlowLogFormatType, Nullable<Int32>)

Initialisiert eine neue instance der FlowLogFormatParameters-Klasse.

FlowLogFormatParameters()

Initialisiert eine neue instance der FlowLogFormatParameters-Klasse.

public FlowLogFormatParameters ();
Public Sub New ()

Gilt für:

FlowLogFormatParameters(FlowLogFormatType, Nullable<Int32>)

Initialisiert eine neue instance der FlowLogFormatParameters-Klasse.

public FlowLogFormatParameters (Microsoft.Azure.Management.Network.Fluent.Models.FlowLogFormatType type = default, int? version = default);
new Microsoft.Azure.Management.Network.Fluent.Models.FlowLogFormatParameters : Microsoft.Azure.Management.Network.Fluent.Models.FlowLogFormatType * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.FlowLogFormatParameters
Public Sub New (Optional type As FlowLogFormatType = Nothing, Optional version As Nullable(Of Integer) = Nothing)

Parameter

type
FlowLogFormatType

Der Dateityp des Flussprotokolls. Mögliche Werte: "JSON"

version
Nullable<Int32>

Die Version (Revision) des Flussprotokolls.

Gilt für: