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