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