FlowLogFormatParameters Constructors

Definition

Overloads

FlowLogFormatParameters()
FlowLogFormatParameters(String, Nullable<Int32>)

FlowLogFormatParameters()

public FlowLogFormatParameters ();
Public Sub New ()

Applies to

FlowLogFormatParameters(String, Nullable<Int32>)

public FlowLogFormatParameters (string type = default, int? version = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FlowLogFormatParameters : string * Nullable<int> -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FlowLogFormatParameters
Public Sub New (Optional type As String = Nothing, Optional version As Nullable(Of Integer) = Nothing)

Parameters

type
String
version
Nullable<Int32>

Applies to