FlowLogPropertiesFormat interface
Parameters that define the configuration of flow log.
Properties
| enabled | Flag to enable/disable flow logging. |
| flow |
Parameters that define the configuration of traffic analytics. |
| format | Parameters that define the flow log format. |
| retention |
Parameters that define the retention policy for flow log. |
| storage |
ID of the storage account which is used to store the flow log. |
| target |
ID of network security group to which flow log will be applied. |
Property Details
enabled
Flag to enable/disable flow logging.
enabled?: boolean
Property Value
boolean
flowAnalyticsConfiguration
Parameters that define the configuration of traffic analytics.
flowAnalyticsConfiguration?: TrafficAnalyticsProperties
Property Value
format
Parameters that define the flow log format.
format?: FlowLogFormatParameters
Property Value
retentionPolicy
Parameters that define the retention policy for flow log.
retentionPolicy?: RetentionPolicyParameters
Property Value
storageId
ID of the storage account which is used to store the flow log.
storageId: string
Property Value
string
targetResourceId
ID of network security group to which flow log will be applied.
targetResourceId: string
Property Value
string