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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python