次の方法で共有


FlowLogFormatParameters コンストラクター

定義

オーバーロード

FlowLogFormatParameters()

FlowLogFormatParameters クラスの新しいインスタンスを初期化します。

FlowLogFormatParameters(String, Nullable<Int32>)

FlowLogFormatParameters クラスの新しいインスタンスを初期化します。

FlowLogFormatParameters()

FlowLogFormatParameters クラスの新しいインスタンスを初期化します。

public FlowLogFormatParameters ();
Public Sub New ()

適用対象

FlowLogFormatParameters(String, Nullable<Int32>)

FlowLogFormatParameters クラスの新しいインスタンスを初期化します。

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

パラメーター

type
String

フロー ログのファイルの種類。 使用可能な値は次のとおりです: 'JSON'

version
Nullable<Int32>

フロー ログのバージョン (リビジョン)。

適用対象