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.listFromJobSchedule(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleWithServiceResponseAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
Modifier and Type | Method and Description |
---|---|
JobListFromJobScheduleOptions |
JobListFromJobScheduleOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobListFromJobScheduleOptions |
JobListFromJobScheduleOptions.withExpand(String expand)
Set the expand value.
|
JobListFromJobScheduleOptions |
JobListFromJobScheduleOptions.withFilter(String filter)
Set the filter value.
|
JobListFromJobScheduleOptions |
JobListFromJobScheduleOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
JobListFromJobScheduleOptions |
JobListFromJobScheduleOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobListFromJobScheduleOptions |
JobListFromJobScheduleOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobListFromJobScheduleOptions |
JobListFromJobScheduleOptions.withSelect(String select)
Set the select value.
|
JobListFromJobScheduleOptions |
JobListFromJobScheduleOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.