Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
---|---|
CloudJobSchedule |
JobScheduleOperations.getJobSchedule(String jobScheduleId)
Gets the specified
CloudJobSchedule . |
CloudJobSchedule |
JobScheduleOperations.getJobSchedule(String jobScheduleId,
DetailLevel detailLevel)
Gets the specified
CloudJobSchedule . |
CloudJobSchedule |
JobScheduleOperations.getJobSchedule(String jobScheduleId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified
CloudJobSchedule . |
Modifier and Type | Method and Description |
---|---|
List<CloudJobSchedule> |
JobScheduleOperations.listJobSchedules()
Lists the
job schedules in the Batch account. |
List<CloudJobSchedule> |
JobScheduleOperations.listJobSchedules(DetailLevel detailLevel)
Lists the
job schedules in the Batch account. |
List<CloudJobSchedule> |
JobScheduleOperations.listJobSchedules(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
job schedules in the Batch account. |
Modifier and Type | Method and Description |
---|---|
CloudJobSchedule |
JobSchedules.get(String jobScheduleId)
Gets information about the specified job schedule.
|
CloudJobSchedule |
JobSchedules.get(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId)
Gets information about the specified job schedule.
|
rx.Observable<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
ServiceFuture<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
ServiceFuture<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> |
JobSchedules.getWithServiceResponseAsync(String jobScheduleId)
Gets information about the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> |
JobSchedules.getWithServiceResponseAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
PagedList<CloudJobSchedule> |
JobSchedules.list()
Lists all of the job schedules in the specified account.
|
PagedList<CloudJobSchedule> |
JobSchedules.list(JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
|
rx.Observable<Page<CloudJobSchedule>> |
JobSchedules.listAsync()
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.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
PagedList<CloudJobSchedule> |
JobSchedules.listNext(String nextPageLink)
Lists all of the job schedules in the specified account.
|
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)
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.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink,
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)
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.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> |
JobSchedules.listWithServiceResponseAsync()
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 |
---|---|
ServiceFuture<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
ServiceFuture<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listAsync(JobScheduleListOptions jobScheduleListOptions,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)
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.
|
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.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJobSchedule>> serviceFuture,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
ServiceFuture<List<CloudJobSchedule>> |
JobSchedules.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJobSchedule>> serviceFuture,
ListOperationCallback<CloudJobSchedule> serviceCallback)
Lists all of the job schedules in the specified account.
|
Modifier and Type | Method and Description |
---|---|
CloudJobSchedule |
CloudJobSchedule.withCreationTime(org.joda.time.DateTime creationTime)
Set the creationTime value.
|
CloudJobSchedule |
CloudJobSchedule.withDisplayName(String displayName)
Set the displayName value.
|
CloudJobSchedule |
CloudJobSchedule.withETag(String eTag)
Set the eTag value.
|
CloudJobSchedule |
CloudJobSchedule.withExecutionInfo(JobScheduleExecutionInformation executionInfo)
Set the executionInfo value.
|
CloudJobSchedule |
CloudJobSchedule.withId(String id)
Set the id value.
|
CloudJobSchedule |
CloudJobSchedule.withJobSpecification(JobSpecification jobSpecification)
Set the jobSpecification value.
|
CloudJobSchedule |
CloudJobSchedule.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CloudJobSchedule |
CloudJobSchedule.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
CloudJobSchedule |
CloudJobSchedule.withPreviousState(JobScheduleState previousState)
Set the previousState value.
|
CloudJobSchedule |
CloudJobSchedule.withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
Set the previousStateTransitionTime value.
|
CloudJobSchedule |
CloudJobSchedule.withSchedule(Schedule schedule)
Set the schedule value.
|
CloudJobSchedule |
CloudJobSchedule.withState(JobScheduleState state)
Set the state value.
|
CloudJobSchedule |
CloudJobSchedule.withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
CloudJobSchedule |
CloudJobSchedule.withStats(JobScheduleStatistics stats)
Set the stats value.
|
CloudJobSchedule |
CloudJobSchedule.withUrl(String url)
Set the url value.
|
Copyright © 2019. All rights reserved.