FlowLogFormatParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FlowLogFormatParameters() |
Initializes a new instance of the FlowLogFormatParameters class. |
FlowLogFormatParameters(String, Nullable<Int32>) |
Initializes a new instance of the FlowLogFormatParameters class. |
FlowLogFormatParameters()
Initializes a new instance of the FlowLogFormatParameters class.
public FlowLogFormatParameters ();
Public Sub New ()
Applies to
FlowLogFormatParameters(String, Nullable<Int32>)
Initializes a new instance of the FlowLogFormatParameters class.
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
The file type of flow log. Possible values include: 'JSON'