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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python