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