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