你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FlowLogFormatParameters 构造函数

定义

重载

FlowLogFormatParameters()

初始化 FlowLogFormatParameters 类的新实例。

FlowLogFormatParameters(FlowLogFormatType, Nullable<Int32>)

初始化 FlowLogFormatParameters 类的新实例。

FlowLogFormatParameters()

初始化 FlowLogFormatParameters 类的新实例。

public FlowLogFormatParameters ();
Public Sub New ()

适用于

FlowLogFormatParameters(FlowLogFormatType, Nullable<Int32>)

初始化 FlowLogFormatParameters 类的新实例。

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

参数

type
FlowLogFormatType

流日志的文件类型。 可能的值包括:“JSON”

version
Nullable<Int32>

流日志的版本 (修订) 。

适用于