Uses of Class
com.azure.resourcemanager.compute.models.ResilientVMDeletionPolicy
Packages that use ResilientVMDeletionPolicy
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ResilientVMDeletionPolicy in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ResilientVMDeletionPolicyModifier and TypeMethodDescriptionstatic ResilientVMDeletionPolicyResilientVMDeletionPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResilientVMDeletionPolicy from the JsonReader.ResiliencyPolicy.resilientVMDeletionPolicy()Get the resilientVMDeletionPolicy property: The configuration parameters used while performing resilient VM deletion.ResilientVMDeletionPolicy.withEnabled(Boolean enabled) Set the enabled property: Specifies whether resilient VM deletion should be enabled on the virtual machine scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type ResilientVMDeletionPolicyModifier and TypeMethodDescriptionResiliencyPolicy.withResilientVMDeletionPolicy(ResilientVMDeletionPolicy resilientVMDeletionPolicy) Set the resilientVMDeletionPolicy property: The configuration parameters used while performing resilient VM deletion.