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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python