Uses of Class
com.microsoft.azure.management.batch.ResizeOperationStatus
-
-
Uses of ResizeOperationStatus in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ResizeOperationStatus Modifier and Type Method Description ResizeOperationStatusResizeOperationStatus. withErrors(List<ResizeError> errors)Set the errors value.ResizeOperationStatusResizeOperationStatus. withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)Set the nodeDeallocationOption value.ResizeOperationStatusResizeOperationStatus. withResizeTimeout(org.joda.time.Period resizeTimeout)Set the resizeTimeout value.ResizeOperationStatusResizeOperationStatus. withStartTime(org.joda.time.DateTime startTime)Set the startTime value.ResizeOperationStatusResizeOperationStatus. withTargetDedicatedNodes(Integer targetDedicatedNodes)Set the targetDedicatedNodes value.ResizeOperationStatusResizeOperationStatus. withTargetLowPriorityNodes(Integer targetLowPriorityNodes)Set the targetLowPriorityNodes value.
-