Uses of Class
com.microsoft.azure.management.batch.ResizeOperationStatus
Packages that use ResizeOperationStatus
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ResizeOperationStatus in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ResizeOperationStatusModifier and TypeMethodDescriptionResizeOperationStatus.withErrors(List<ResizeError> errors) Set this property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.ResizeOperationStatus.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption) Set the default value is requeue.ResizeOperationStatus.withResizeTimeout(org.joda.time.Period resizeTimeout) Set the default value is 15 minutes.ResizeOperationStatus.withStartTime(org.joda.time.DateTime startTime) Set the startTime value.ResizeOperationStatus.withTargetDedicatedNodes(Integer targetDedicatedNodes) Set the targetDedicatedNodes value.ResizeOperationStatus.withTargetLowPriorityNodes(Integer targetLowPriorityNodes) Set the targetLowPriorityNodes value.