Uses of Class
com.azure.compute.batch.models.BatchNodeRemoveContent
Packages that use BatchNodeRemoveContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchNodeRemoveContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchNodeRemoveContentModifier and TypeMethodDescriptionBatchAsyncClient.removeNodes
(String poolId, BatchNodeRemoveContent content) Removes Compute Nodes from the specified Pool.BatchAsyncClient.removeNodes
(String poolId, BatchNodeRemoveContent content, RemoveBatchNodesOptions options, com.azure.core.http.RequestConditions requestConditions) Removes Compute Nodes from the specified Pool.void
BatchClient.removeNodes
(String poolId, BatchNodeRemoveContent content) Removes Compute Nodes from the specified Pool.void
BatchClient.removeNodes
(String poolId, BatchNodeRemoveContent content, RemoveBatchNodesOptions options, com.azure.core.http.RequestConditions requestConditions) Removes Compute Nodes from the specified Pool. -
Uses of BatchNodeRemoveContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeRemoveContentModifier and TypeMethodDescriptionstatic BatchNodeRemoveContent
BatchNodeRemoveContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeRemoveContent from the JsonReader.BatchNodeRemoveContent.setNodeDeallocationOption
(BatchNodeDeallocationOption nodeDeallocationOption) Set the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) after it has been selected for deallocation.BatchNodeRemoveContent.setResizeTimeout
(Duration resizeTimeout) Set the resizeTimeout property: The timeout for removal of Compute Nodes to the Pool.