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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python