Uses of Class
com.azure.compute.batch.models.DeallocateBatchNodeOptions
Packages that use DeallocateBatchNodeOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of DeallocateBatchNodeOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type DeallocateBatchNodeOptionsModifier and TypeMethodDescriptionBatchAsyncClient.deallocateNode
(String poolId, String nodeId, DeallocateBatchNodeOptions options) Deallocates the specified Compute Node.void
BatchClient.deallocateNode
(String poolId, String nodeId, DeallocateBatchNodeOptions options) Deallocates the specified Compute Node. -
Uses of DeallocateBatchNodeOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DeallocateBatchNodeOptionsModifier and TypeMethodDescriptionDeallocateBatchNodeOptions.setParameters
(BatchNodeDeallocateContent parameters) Set the parameters property: The options to use for deallocating the Compute Node.DeallocateBatchNodeOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.