FlowLogPropertiesFormatOutput 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. |
| provisioning |
The provisioning state of the flow log. |
| 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 |
Guid of network security group to which flow log will be applied. |
| 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?: TrafficAnalyticsPropertiesOutput
Property Value
format
Parameters that define the flow log format.
format?: FlowLogFormatParametersOutput
Property Value
provisioningState
The provisioning state of the flow log.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
retentionPolicy
Parameters that define the retention policy for flow log.
retentionPolicy?: RetentionPolicyParametersOutput
Property Value
storageId
ID of the storage account which is used to store the flow log.
storageId: string
Property Value
string
targetResourceGuid
Guid of network security group to which flow log will be applied.
targetResourceGuid?: string
Property Value
string
targetResourceId
ID of network security group to which flow log will be applied.
targetResourceId: string
Property Value
string