Uses of Class
com.microsoft.azure.management.compute.AutomaticRepairsPolicy
Packages that use AutomaticRepairsPolicy
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of AutomaticRepairsPolicy in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return AutomaticRepairsPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.automaticRepairsPolicy()
Get policy for automatic repairs.AutomaticRepairsPolicy.withEnabled
(Boolean enabled) Set specifies whether automatic repairs should be enabled on the virtual machine scale set.AutomaticRepairsPolicy.withGracePeriod
(String gracePeriod) Set the amount of time for which automatic repairs are suspended due to a state change on VM.Methods in com.microsoft.azure.management.compute with parameters of type AutomaticRepairsPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withAutomaticRepairsPolicy
(AutomaticRepairsPolicy automaticRepairsPolicy) Set policy for automatic repairs.