ResilientVMDeletionPolicy Class
The configuration parameters used while performing resilient VM deletion.
- Inheritance
-
azure.mgmt.compute._serialization.ModelResilientVMDeletionPolicy
Constructor
ResilientVMDeletionPolicy(*, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Specifies whether resilient VM deletion should be enabled on the virtual machine scale set. The default value is false. |
Variables
Name | Description |
---|---|
enabled
|
Specifies whether resilient VM deletion should be enabled on the virtual machine scale set. The default value is false. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python