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.updateUser(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)
Updates the password and expiration time of a user account on the specified compute node.
|
rx.Observable<Void> |
ComputeNodes.updateUserAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)
Updates the password and expiration time of a user account on the specified compute node.
|
ServiceFuture<Void> |
ComputeNodes.updateUserAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions,
ServiceCallback<Void> serviceCallback)
Updates the password and expiration time of a user account on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeUpdateUserHeaders>> |
ComputeNodes.updateUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)
Updates the password and expiration time of a user account on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeUpdateUserOptions |
ComputeNodeUpdateUserOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeUpdateUserOptions |
ComputeNodeUpdateUserOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ComputeNodeUpdateUserOptions |
ComputeNodeUpdateUserOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ComputeNodeUpdateUserOptions |
ComputeNodeUpdateUserOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.