Uses of Class
com.azure.compute.batch.models.RemoveBatchNodesOptions
Packages that use RemoveBatchNodesOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of RemoveBatchNodesOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type RemoveBatchNodesOptionsModifier and TypeMethodDescriptionBatchAsyncClient.removeNodes(String poolId, BatchNodeRemoveContent content, RemoveBatchNodesOptions options, com.azure.core.http.RequestConditions requestConditions) Removes Compute Nodes from the specified Pool.voidBatchClient.removeNodes(String poolId, BatchNodeRemoveContent content, RemoveBatchNodesOptions options, com.azure.core.http.RequestConditions requestConditions) Removes Compute Nodes from the specified Pool. -
Uses of RemoveBatchNodesOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return RemoveBatchNodesOptionsModifier and TypeMethodDescriptionRemoveBatchNodesOptions.setTimeOutInSeconds(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.