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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python