FlowLogPropertiesFormat 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.
Parameters that define the configuration of flow log.
public class FlowLogPropertiesFormat
type FlowLogPropertiesFormat = class
Public Class FlowLogPropertiesFormat
- Inheritance
-
FlowLogPropertiesFormat
Constructors
| Name | Description |
|---|---|
| FlowLogPropertiesFormat() |
Initializes a new instance of the FlowLogPropertiesFormat class. |
| FlowLogPropertiesFormat(String, String, String, Nullable<Boolean>, RetentionPolicyParameters, FlowLogFormatParameters, TrafficAnalyticsProperties, String) |
Initializes a new instance of the FlowLogPropertiesFormat 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. |
| ProvisioningState |
Gets the provisioning state of the flow log. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| 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. |
| TargetResourceGuid |
Gets guid of network security group to which flow log will be applied. |
| TargetResourceId |
Gets or sets iD of network security group to which flow log will be applied. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |