ArmNetworkModelFactory.FlowLogFormatParameters Method

Definition

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.

version
Nullable<Int32>

The version (revision) of the flow log.

Returns

A new FlowLogFormatParameters instance for mocking.

Applies to