FlowLogInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Validate() |
Validate the object. |