Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
ComputeNodeOperations.addComputeNodeUser(String poolId,
String nodeId,
ComputeNodeUser user)
Adds a user account to the specified compute node.
|
void |
ComputeNodeOperations.addComputeNodeUser(String poolId,
String nodeId,
ComputeNodeUser user,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds a user account to the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputeNodes.addUser(String poolId,
String nodeId,
ComputeNodeUser user)
Adds a user account to the specified compute node.
|
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)
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.
|
ServiceFuture<Void> |
ComputeNodes.addUserAsync(String poolId,
String nodeId,
ComputeNodeUser user,
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)
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 |
---|---|
ComputeNodeUser |
ComputeNodeUser.withExpiryTime(org.joda.time.DateTime expiryTime)
Set the expiryTime value.
|
ComputeNodeUser |
ComputeNodeUser.withIsAdmin(Boolean isAdmin)
Set the isAdmin value.
|
ComputeNodeUser |
ComputeNodeUser.withName(String name)
Set the name value.
|
ComputeNodeUser |
ComputeNodeUser.withPassword(String password)
Set the password value.
|
ComputeNodeUser |
ComputeNodeUser.withSshPublicKey(String sshPublicKey)
Set the sshPublicKey value.
|
Copyright © 2019. All rights reserved.