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.addUser(String poolId,
String nodeId,
ComputeNodeUser user,
ComputeNodeAddUserOptions computeNodeAddUserOptions)
Adds a user account to the specified compute node.
|
rx.Observable<Void> |
ComputeNodes.addUserAsync(String poolId,
String nodeId,
ComputeNodeUser user,
ComputeNodeAddUserOptions computeNodeAddUserOptions)
Adds a user account to the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.addUserAsync(String poolId,
String nodeId,
ComputeNodeUser user,
ComputeNodeAddUserOptions computeNodeAddUserOptions,
ServiceCallback<Void> serviceCallback)
Adds a user account to the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeAddUserHeaders>> |
ComputeNodes.addUserWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeUser user,
ComputeNodeAddUserOptions computeNodeAddUserOptions)
Adds a user account to the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeAddUserOptions |
ComputeNodeAddUserOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeAddUserOptions |
ComputeNodeAddUserOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ComputeNodeAddUserOptions |
ComputeNodeAddUserOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ComputeNodeAddUserOptions |
ComputeNodeAddUserOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.