RetentionPolicyParameters Class
Parameters that define the retention policy for flow log.
- Inheritance
-
azure.mgmt.network._serialization.ModelRetentionPolicyParameters
Constructor
RetentionPolicyParameters(*, days: int = 0, enabled: bool = False, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
days
|
Number of days to retain flow log records. |
enabled
|
Flag to enable/disable retention. |
Variables
Name | Description |
---|---|
days
|
Number of days to retain flow log records. |
enabled
|
Flag to enable/disable retention. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python