Uses of Class
com.azure.resourcemanager.compute.models.ResilientVMCreationPolicy
Packages that use ResilientVMCreationPolicy
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ResilientVMCreationPolicy in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ResilientVMCreationPolicyModifier and TypeMethodDescriptionResiliencyPolicy.resilientVMCreationPolicy()Get the resilientVMCreationPolicy property: The configuration parameters used while performing resilient VM creation.ResilientVMCreationPolicy.withEnabled(Boolean enabled) Set the enabled property: Specifies whether resilient VM creation should be enabled on the virtual machine scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type ResilientVMCreationPolicyModifier and TypeMethodDescriptionResiliencyPolicy.withResilientVMCreationPolicy(ResilientVMCreationPolicy resilientVMCreationPolicy) Set the resilientVMCreationPolicy property: The configuration parameters used while performing resilient VM creation.