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.listFromJobScheduleNext(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
Modifier and Type | Method and Description |
---|---|
JobListFromJobScheduleNextOptions |
JobListFromJobScheduleNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobListFromJobScheduleNextOptions |
JobListFromJobScheduleNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobListFromJobScheduleNextOptions |
JobListFromJobScheduleNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.