Uses of Class
com.azure.resourcemanager.batch.models.ResizeOperationStatus
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of ResizeOperationStatus in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.resizeOperationStatus()
Get the resizeOperationStatus property: Details about the current or last completed resize operation.PoolProperties.resizeOperationStatus()
Get the resizeOperationStatus property: Details about the current or last completed resize operation. -
Uses of ResizeOperationStatus in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.resizeOperationStatus()
Gets the resizeOperationStatus property: Details about the current or last completed resize operation.ResizeOperationStatus.withErrors
(List<ResizeError> errors) Set the errors property: Details of any errors encountered while performing the last resize on the pool.ResizeOperationStatus.withNodeDeallocationOption
(ComputeNodeDeallocationOption nodeDeallocationOption) Set the nodeDeallocationOption property: Determines what to do with a node and its running task(s) after it has been selected for deallocation.ResizeOperationStatus.withResizeTimeout
(Duration resizeTimeout) Set the resizeTimeout property: The timeout for allocation of compute nodes to the pool or removal of compute nodes from the pool.ResizeOperationStatus.withStartTime
(OffsetDateTime startTime) Set the startTime property: The time when this resize operation was started.ResizeOperationStatus.withTargetDedicatedNodes
(Integer targetDedicatedNodes) Set the targetDedicatedNodes property: The desired number of dedicated compute nodes in the pool.ResizeOperationStatus.withTargetLowPriorityNodes
(Integer targetLowPriorityNodes) Set the targetLowPriorityNodes property: The desired number of Spot/low-priority compute nodes in the pool.