SoftDeletePolicy Class
Contains information about the soft deletion policy of the gallery.
- Inheritance
-
azure.mgmt.compute._serialization.ModelSoftDeletePolicy
Constructor
SoftDeletePolicy(*, is_soft_delete_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
is_soft_delete_enabled
|
Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time. |
Variables
Name | Description |
---|---|
is_soft_delete_enabled
|
Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time. |
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