Sdílet prostřednictvím


FlowLogInformationInner Constructors

Definition

Overloads

FlowLogInformationInner()

Initializes a new instance of the FlowLogInformationInner class.

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

Initializes a new instance of the FlowLogInformationInner class.

FlowLogInformationInner()

Initializes a new instance of the FlowLogInformationInner class.

public FlowLogInformationInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the FlowLogInformationInner class.

public FlowLogInformationInner (string targetResourceId, string storageId, bool enabled, Microsoft.Azure.Management.Network.Fluent.Models.RetentionPolicyParameters retentionPolicy = default, Microsoft.Azure.Management.Network.Fluent.Models.FlowLogFormatParameters format = default, Microsoft.Azure.Management.Network.Fluent.Models.TrafficAnalyticsProperties flowAnalyticsConfiguration = default);
new Microsoft.Azure.Management.Network.Fluent.Models.FlowLogInformationInner : string * string * bool * Microsoft.Azure.Management.Network.Fluent.Models.RetentionPolicyParameters * Microsoft.Azure.Management.Network.Fluent.Models.FlowLogFormatParameters * Microsoft.Azure.Management.Network.Fluent.Models.TrafficAnalyticsProperties -> Microsoft.Azure.Management.Network.Fluent.Models.FlowLogInformationInner
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)

Parameters

targetResourceId
String

The ID of the resource to configure for flow log and traffic analytics (optional) .

storageId
String

ID of the storage account which is used to store the flow log.

enabled
Boolean

Flag to enable/disable flow logging.

retentionPolicy
RetentionPolicyParameters

Parameters that define the retention policy for flow log.

format
FlowLogFormatParameters

Parameters that define the flow log format.

flowAnalyticsConfiguration
TrafficAnalyticsProperties

Parameters that define the configuration of traffic analytics.

Applies to