Jobs.listFromJobScheduleNext 方法
定义
重载
listFromJobScheduleNext(final String nextPageLink) |
Lists the jobs that have been created under the specified job schedule.
|
listFromJobScheduleNext(final String nextPageLink, final JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions) |
Lists the jobs that have been created under the specified job schedule.
|
listFromJobScheduleNext(final String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
public PagedList<CloudJob> listFromJobScheduleNext(final String nextPageLink)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
返回
the PagedList<CloudJob> object if successful.
例外
thrown if parameters fail the validation
thrown if the request is rejected by server
all other wrapped checked exceptions if the request fails to be sent
listFromJobScheduleNext(final String nextPageLink, final JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
public PagedList<CloudJob> listFromJobScheduleNext(final String nextPageLink, final JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
- jobListFromJobScheduleNextOptions
- final JobListFromJobScheduleNextOptions
Additional parameters for the operation
返回
the PagedList<CloudJob> object if successful.
例外
thrown if parameters fail the validation
thrown if the request is rejected by server
all other wrapped checked exceptions if the request fails to be sent