Uses of Class
com.azure.compute.batch.models.CreateBatchNodeUserOptions
Packages that use CreateBatchNodeUserOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of CreateBatchNodeUserOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type CreateBatchNodeUserOptionsModifier and TypeMethodDescriptionBatchAsyncClient.createNodeUser
(String poolId, String nodeId, BatchNodeUserCreateContent user, CreateBatchNodeUserOptions options) Adds a user Account to the specified Compute Node.void
BatchClient.createNodeUser
(String poolId, String nodeId, BatchNodeUserCreateContent user, CreateBatchNodeUserOptions options) Adds a user Account to the specified Compute Node. -
Uses of CreateBatchNodeUserOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return CreateBatchNodeUserOptionsModifier and TypeMethodDescriptionCreateBatchNodeUserOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.