Uses of Class
com.azure.compute.batch.models.ReplaceBatchNodeUserOptions
Packages that use ReplaceBatchNodeUserOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ReplaceBatchNodeUserOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ReplaceBatchNodeUserOptionsModifier and TypeMethodDescriptionBatchAsyncClient.replaceNodeUser
(String poolId, String nodeId, String userName, BatchNodeUserUpdateContent content, ReplaceBatchNodeUserOptions options) Updates the password and expiration time of a user Account on the specified Compute Node.void
BatchClient.replaceNodeUser
(String poolId, String nodeId, String userName, BatchNodeUserUpdateContent content, ReplaceBatchNodeUserOptions options) Updates the password and expiration time of a user Account on the specified Compute Node. -
Uses of ReplaceBatchNodeUserOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ReplaceBatchNodeUserOptionsModifier and TypeMethodDescriptionReplaceBatchNodeUserOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.