Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputeNodes.deleteUser(String poolId,
String nodeId,
String userName,
ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)
Deletes a user account from the specified compute node.
|
rx.Observable<Void> |
ComputeNodes.deleteUserAsync(String poolId,
String nodeId,
String userName,
ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)
Deletes a user account from the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.deleteUserAsync(String poolId,
String nodeId,
String userName,
ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions,
ServiceCallback<Void> serviceCallback)
Deletes a user account from the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeDeleteUserHeaders>> |
ComputeNodes.deleteUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName,
ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)
Deletes a user account from the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeDeleteUserOptions |
ComputeNodeDeleteUserOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeDeleteUserOptions |
ComputeNodeDeleteUserOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ComputeNodeDeleteUserOptions |
ComputeNodeDeleteUserOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ComputeNodeDeleteUserOptions |
ComputeNodeDeleteUserOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.