Uses of Class
com.azure.compute.batch.models.ReplaceBatchPoolPropertiesOptions
Packages that use ReplaceBatchPoolPropertiesOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ReplaceBatchPoolPropertiesOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ReplaceBatchPoolPropertiesOptionsModifier and TypeMethodDescriptionBatchAsyncClient.replacePoolProperties
(String poolId, BatchPoolReplaceContent pool, ReplaceBatchPoolPropertiesOptions options) Updates the properties of the specified Pool.void
BatchClient.replacePoolProperties
(String poolId, BatchPoolReplaceContent pool, ReplaceBatchPoolPropertiesOptions options) Updates the properties of the specified Pool. -
Uses of ReplaceBatchPoolPropertiesOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ReplaceBatchPoolPropertiesOptionsModifier and TypeMethodDescriptionReplaceBatchPoolPropertiesOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.