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.listNext(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions,
ServiceFuture<List<CloudJobSchedule>> serviceFuture,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listNextWithServiceResponseAsync(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleListNextOptions |
JobScheduleListNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleListNextOptions |
JobScheduleListNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobScheduleListNextOptions |
JobScheduleListNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.