FlowLogInformation Class

Definition

Information on the configuration of flow log and traffic analytics (optional) .

[Microsoft.Rest.Serialization.JsonTransformation]
public class FlowLogInformation
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FlowLogInformation = class
Public Class FlowLogInformation
Inheritance
FlowLogInformation
Attributes

Constructors

FlowLogInformation()

Initializes a new instance of the FlowLogInformation class.

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

Initializes a new instance of the FlowLogInformation class.

Properties

Enabled

Gets or sets flag to enable/disable flow logging.

FlowAnalyticsConfiguration

Gets or sets parameters that define the configuration of traffic analytics.

Format

Gets or sets parameters that define the flow log format.

RetentionPolicy

Gets or sets parameters that define the retention policy for flow log.

StorageId

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

TargetResourceId

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

Methods

Validate()

Validate the object.

Applies to