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.listNext(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools in the specified account.
|
rx.Observable<Page<CloudPool>> |
Pools.listNextAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools in the specified account.
|
ServiceFuture<List<CloudPool>> |
Pools.listNextAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions,
ServiceFuture<List<CloudPool>> serviceFuture,
ListOperationCallback<CloudPool> serviceCallback)
Lists all of the pools in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudPool>,PoolListHeaders>> |
Pools.listNextWithServiceResponseAsync(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools in the specified account.
|
Modifier and Type | Method and Description |
---|---|
PoolListNextOptions |
PoolListNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
PoolListNextOptions |
PoolListNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
PoolListNextOptions |
PoolListNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.