FlowLogInformation Class
Information on the configuration of flow log and traffic analytics (optional) .
All required parameters must be populated in order to send to Azure.
- Inheritance
-
FlowLogInformation
Constructor
FlowLogInformation(*, target_resource_id: str, storage_id: str, enabled: bool, flow_analytics_configuration: typing.Union[_ForwardRef('TrafficAnalyticsProperties'), NoneType] = None, retention_policy: typing.Union[_ForwardRef('RetentionPolicyParameters'), NoneType] = None, format: typing.Union[_ForwardRef('FlowLogFormatParameters'), NoneType] = None, **kwargs)
Parameters
- target_resource_id
- str
Required. The ID of the resource to configure for flow log and traffic analytics (optional) .
- flow_analytics_configuration
- TrafficAnalyticsProperties
Parameters that define the configuration of traffic analytics.
- storage_id
- str
Required. ID of the storage account which is used to store the flow log.
- enabled
- bool
Required. Flag to enable/disable flow logging.
- retention_policy
- RetentionPolicyParameters
Parameters that define the retention policy for flow log.
- format
- FlowLogFormatParameters
Parameters that define the flow log format.
Feedback
Submit and view feedback for