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() | |
| 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