FlowLogInformation Constructors

Definition

Overloads

FlowLogInformation()

Initializes a new instance of the FlowLogInformation class.

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

Initializes a new instance of the FlowLogInformation class.

FlowLogInformation()

Initializes a new instance of the FlowLogInformation class.

public FlowLogInformation ();
Public Sub New ()

Applies to

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

Initializes a new instance of the FlowLogInformation class.

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)

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