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 |
---|---|
PagedList<ComputeNode> |
ComputeNodes.list(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
rx.Observable<Page<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
ServiceFuture<List<ComputeNode>> |
ComputeNodes.listAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions,
ListOperationCallback<ComputeNode> serviceCallback)
Lists the compute nodes in the specified pool.
|
rx.Observable<ServiceResponseWithHeaders<Page<ComputeNode>,ComputeNodeListHeaders>> |
ComputeNodes.listWithServiceResponseAsync(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeListOptions |
ComputeNodeListOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeListOptions |
ComputeNodeListOptions.withFilter(String filter)
Set the filter value.
|
ComputeNodeListOptions |
ComputeNodeListOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
ComputeNodeListOptions |
ComputeNodeListOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ComputeNodeListOptions |
ComputeNodeListOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ComputeNodeListOptions |
ComputeNodeListOptions.withSelect(String select)
Set the select value.
|
ComputeNodeListOptions |
ComputeNodeListOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.