Uses of Class
com.azure.compute.batch.models.BatchPoolResizeContent
Packages that use BatchPoolResizeContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchPoolResizeContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchPoolResizeContentModifier and TypeMethodDescriptionBatchAsyncClient.resizePool
(String poolId, BatchPoolResizeContent content) Changes the number of Compute Nodes that are assigned to a Pool.BatchAsyncClient.resizePool
(String poolId, BatchPoolResizeContent content, ResizeBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Changes the number of Compute Nodes that are assigned to a Pool.void
BatchClient.resizePool
(String poolId, BatchPoolResizeContent content) Changes the number of Compute Nodes that are assigned to a Pool.void
BatchClient.resizePool
(String poolId, BatchPoolResizeContent content, ResizeBatchPoolOptions options, com.azure.core.http.RequestConditions requestConditions) Changes the number of Compute Nodes that are assigned to a Pool. -
Uses of BatchPoolResizeContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolResizeContentModifier and TypeMethodDescriptionstatic BatchPoolResizeContent
BatchPoolResizeContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchPoolResizeContent from the JsonReader.BatchPoolResizeContent.setNodeDeallocationOption
(BatchNodeDeallocationOption nodeDeallocationOption) Set the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) if the Pool size is decreasing.BatchPoolResizeContent.setResizeTimeout
(Duration resizeTimeout) Set the resizeTimeout property: The timeout for allocation of Nodes to the Pool or removal of Compute Nodes from the Pool.BatchPoolResizeContent.setTargetDedicatedNodes
(Integer targetDedicatedNodes) Set the targetDedicatedNodes property: The desired number of dedicated Compute Nodes in the Pool.BatchPoolResizeContent.setTargetLowPriorityNodes
(Integer targetLowPriorityNodes) Set the targetLowPriorityNodes property: The desired number of Spot/Low-priority Compute Nodes in the Pool.