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 |
---|---|
ComputeNode |
ComputeNodes.get(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions)
Gets information about the specified compute node.
|
rx.Observable<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions)
Gets information about the specified compute node.
|
ServiceFuture<ComputeNode> |
ComputeNodes.getAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions,
ServiceCallback<ComputeNode> serviceCallback)
Gets information about the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<ComputeNode,ComputeNodeGetHeaders>> |
ComputeNodes.getWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions)
Gets information about the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeGetOptions |
ComputeNodeGetOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeGetOptions |
ComputeNodeGetOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ComputeNodeGetOptions |
ComputeNodeGetOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ComputeNodeGetOptions |
ComputeNodeGetOptions.withSelect(String select)
Set the select value.
|
ComputeNodeGetOptions |
ComputeNodeGetOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.