ArmNetworkModelFactory.FlowLogFormatParameters Method
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.
public static Azure.ResourceManager.Network.Models.FlowLogFormatParameters FlowLogFormatParameters(Azure.ResourceManager.Network.Models.FlowLogFormatType? type = default, int? version = default);
static member FlowLogFormatParameters : Nullable<Azure.ResourceManager.Network.Models.FlowLogFormatType> * Nullable<int> -> Azure.ResourceManager.Network.Models.FlowLogFormatParameters
Public Shared Function FlowLogFormatParameters (Optional type As Nullable(Of FlowLogFormatType) = Nothing, Optional version As Nullable(Of Integer) = Nothing) As FlowLogFormatParameters
Parameters
- type
- Nullable<FlowLogFormatType>
The file type of flow log.
Returns
A new FlowLogFormatParameters instance for mocking.