Uses of Class
com.microsoft.azure.management.compute.AutomaticRepairsPolicy
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of AutomaticRepairsPolicy in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withAutomaticRepairsPolicy
(AutomaticRepairsPolicy automaticRepairsPolicy) Set policy for automatic repairs.