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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python