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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python