FlowLogFormatParameters Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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"
Gilt für:
Azure SDK for .NET