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. |
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