次の方法で共有


FlowLogInformation コンストラクター

定義

オーバーロード

FlowLogInformation()

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

FlowLogInformation(String, String, Boolean, RetentionPolicyParameters, FlowLogFormatParameters, TrafficAnalyticsProperties)

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

FlowLogInformation()

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

public FlowLogInformation ();
Public Sub New ()

適用対象

FlowLogInformation(String, String, Boolean, RetentionPolicyParameters, FlowLogFormatParameters, TrafficAnalyticsProperties)

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

public FlowLogInformation (string targetResourceId, string storageId, bool enabled, Microsoft.Azure.Management.Network.Models.RetentionPolicyParameters retentionPolicy = default, Microsoft.Azure.Management.Network.Models.FlowLogFormatParameters format = default, Microsoft.Azure.Management.Network.Models.TrafficAnalyticsProperties flowAnalyticsConfiguration = default);
new Microsoft.Azure.Management.Network.Models.FlowLogInformation : string * string * bool * Microsoft.Azure.Management.Network.Models.RetentionPolicyParameters * Microsoft.Azure.Management.Network.Models.FlowLogFormatParameters * Microsoft.Azure.Management.Network.Models.TrafficAnalyticsProperties -> Microsoft.Azure.Management.Network.Models.FlowLogInformation
Public Sub New (targetResourceId As String, storageId As String, enabled As Boolean, Optional retentionPolicy As RetentionPolicyParameters = Nothing, Optional format As FlowLogFormatParameters = Nothing, Optional flowAnalyticsConfiguration As TrafficAnalyticsProperties = Nothing)

パラメーター

targetResourceId
String

フロー ログとトラフィック分析用に構成するリソースの ID (省略可能)。

storageId
String

フロー ログの格納に使用されるストレージ アカウントの ID。

enabled
Boolean

フロー ログを有効または無効にするフラグ。

retentionPolicy
RetentionPolicyParameters

フロー ログの保持ポリシーを定義するパラメーター。

format
FlowLogFormatParameters

フロー ログ形式を定義するパラメーター。

flowAnalyticsConfiguration
TrafficAnalyticsProperties

トラフィック分析の構成を定義するパラメーター。

適用対象