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 |
---|---|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink)
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.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
Jobs.listFromJobScheduleWithServiceResponseAsync(String jobScheduleId)
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 |
---|---|
JobListFromJobScheduleHeaders |
JobListFromJobScheduleHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobListFromJobScheduleHeaders |
JobListFromJobScheduleHeaders.withETag(String eTag)
Set the eTag value.
|
JobListFromJobScheduleHeaders |
JobListFromJobScheduleHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobListFromJobScheduleHeaders |
JobListFromJobScheduleHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.