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