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)
Updates the password and expiration time of a user account on the specified compute node.
|
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)
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.
|
ServiceFuture<Void> |
ComputeNodes.updateUserAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
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)
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 |
---|---|
NodeUpdateUserParameter |
NodeUpdateUserParameter.withExpiryTime(org.joda.time.DateTime expiryTime)
Set the expiryTime value.
|
NodeUpdateUserParameter |
NodeUpdateUserParameter.withPassword(String password)
Set the password value.
|
NodeUpdateUserParameter |
NodeUpdateUserParameter.withSshPublicKey(String sshPublicKey)
Set the sshPublicKey value.
|
Copyright © 2019. All rights reserved.