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 |
---|---|
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 |
---|---|
ComputeNodeAddUserHeaders |
ComputeNodeAddUserHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeAddUserHeaders |
ComputeNodeAddUserHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
ComputeNodeAddUserHeaders |
ComputeNodeAddUserHeaders.withETag(String eTag)
Set the eTag value.
|
ComputeNodeAddUserHeaders |
ComputeNodeAddUserHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
ComputeNodeAddUserHeaders |
ComputeNodeAddUserHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.