Uses of Class
com.azure.compute.batch.models.ReimageBatchNodeOptions
Packages that use ReimageBatchNodeOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ReimageBatchNodeOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ReimageBatchNodeOptionsModifier and TypeMethodDescriptionBatchAsyncClient.reimageNode
(String poolId, String nodeId, ReimageBatchNodeOptions options) Reinstalls the operating system on the specified Compute Node.void
BatchClient.reimageNode
(String poolId, String nodeId, ReimageBatchNodeOptions options) Reinstalls the operating system on the specified Compute Node. -
Uses of ReimageBatchNodeOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ReimageBatchNodeOptionsModifier and TypeMethodDescriptionReimageBatchNodeOptions.setParameters
(BatchNodeReimageContent parameters) Set the parameters property: The options to use for reimaging the Compute Node.ReimageBatchNodeOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.