ResilientVMCreationPolicy Class
The configuration parameters used while performing resilient VM creation.
- Inheritance
-
azure.mgmt.compute._serialization.ModelResilientVMCreationPolicy
Constructor
ResilientVMCreationPolicy(*, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Specifies whether resilient VM creation should be enabled on the virtual machine scale set. The default value is false. |
Variables
Name | Description |
---|---|
enabled
|
Specifies whether resilient VM creation should be enabled on the virtual machine scale set. The default value is false. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python