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<CloudPool> |
Pools.list(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listAsync(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
ServiceFuture<List<CloudPool>> |
Pools.listAsync(PoolListOptions poolListOptions,
ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listWithServiceResponseAsync(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
Modifier and Type | Method and Description |
---|---|
PoolListOptions |
PoolListOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolListOptions |
PoolListOptions.withExpand(String expand)
Set the expand value.
|
PoolListOptions |
PoolListOptions.withFilter(String filter)
Set the filter value.
|
PoolListOptions |
PoolListOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
PoolListOptions |
PoolListOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolListOptions |
PoolListOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
PoolListOptions |
PoolListOptions.withSelect(String select)
Set the select value.
|
PoolListOptions |
PoolListOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.