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 |
---|---|
CloudJob |
JobOperations.getJob(String jobId)
Gets the specified
CloudJob . |
CloudJob |
JobOperations.getJob(String jobId,
DetailLevel detailLevel)
Gets the specified
CloudJob . |
CloudJob |
JobOperations.getJob(String jobId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified
CloudJob . |
Modifier and Type | Method and Description |
---|---|
List<CloudJob> |
JobOperations.listJobs()
Lists the
jobs in the Batch account. |
List<CloudJob> |
JobOperations.listJobs(DetailLevel detailLevel)
Lists the
jobs in the Batch account. |
List<CloudJob> |
JobOperations.listJobs(DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
jobs in the Batch account. |
List<CloudJob> |
JobOperations.listJobs(String jobScheduleId)
Lists the
jobs created under the specified job schedule. |
List<CloudJob> |
JobOperations.listJobs(String jobScheduleId,
DetailLevel detailLevel)
Lists the
jobs created under the specified job schedule. |
List<CloudJob> |
JobOperations.listJobs(String jobScheduleId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
jobs created under the specified jobSchedule. |
Modifier and Type | Method and Description |
---|---|
CloudJob |
Jobs.get(String jobId)
Gets information about the specified job.
|
CloudJob |
Jobs.get(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<CloudJob> |
Jobs.getAsync(String jobId)
Gets information about the specified job.
|
rx.Observable<CloudJob> |
Jobs.getAsync(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
ServiceFuture<CloudJob> |
Jobs.getAsync(String jobId,
JobGetOptions jobGetOptions,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
ServiceFuture<CloudJob> |
Jobs.getAsync(String jobId,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
rx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> |
Jobs.getWithServiceResponseAsync(String jobId)
Gets information about the specified job.
|
rx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> |
Jobs.getWithServiceResponseAsync(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
PagedList<CloudJob> |
Jobs.list()
Lists all of the jobs in the specified account.
|
PagedList<CloudJob> |
Jobs.list(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJob>> |
Jobs.listAsync()
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJob>> |
Jobs.listAsync(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listAsync(JobListOptions jobListOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listAsync(ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
PagedList<CloudJob> |
Jobs.listFromJobSchedule(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
Jobs.listFromJobSchedule(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
Jobs.listFromJobScheduleNext(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
Jobs.listFromJobScheduleNext(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
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.
|
PagedList<CloudJob> |
Jobs.listNext(String nextPageLink)
Lists all of the jobs in the specified account.
|
PagedList<CloudJob> |
Jobs.listNext(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJob>> |
Jobs.listNextAsync(String nextPageLink)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
JobListNextOptions jobListNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listWithServiceResponseAsync()
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
Jobs.listWithServiceResponseAsync(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CloudJob> |
Jobs.getAsync(String jobId,
JobGetOptions jobGetOptions,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
ServiceFuture<CloudJob> |
Jobs.getAsync(String jobId,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
ServiceFuture<List<CloudJob>> |
Jobs.listAsync(JobListOptions jobListOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listAsync(ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleAsync(String jobScheduleId,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listFromJobScheduleNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
JobListNextOptions jobListNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
JobListNextOptions jobListNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
Jobs.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
Modifier and Type | Method and Description |
---|---|
CloudJob |
CloudJob.withCommonEnvironmentSettings(List<EnvironmentSetting> commonEnvironmentSettings)
Set the commonEnvironmentSettings value.
|
CloudJob |
CloudJob.withConstraints(JobConstraints constraints)
Set the constraints value.
|
CloudJob |
CloudJob.withCreationTime(org.joda.time.DateTime creationTime)
Set the creationTime value.
|
CloudJob |
CloudJob.withDisplayName(String displayName)
Set the displayName value.
|
CloudJob |
CloudJob.withETag(String eTag)
Set the eTag value.
|
CloudJob |
CloudJob.withExecutionInfo(JobExecutionInformation executionInfo)
Set the executionInfo value.
|
CloudJob |
CloudJob.withId(String id)
Set the id value.
|
CloudJob |
CloudJob.withJobManagerTask(JobManagerTask jobManagerTask)
Set the jobManagerTask value.
|
CloudJob |
CloudJob.withJobPreparationTask(JobPreparationTask jobPreparationTask)
Set the jobPreparationTask value.
|
CloudJob |
CloudJob.withJobReleaseTask(JobReleaseTask jobReleaseTask)
Set the jobReleaseTask value.
|
CloudJob |
CloudJob.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CloudJob |
CloudJob.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
CloudJob |
CloudJob.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
CloudJob |
CloudJob.withOnTaskFailure(OnTaskFailure onTaskFailure)
Set the onTaskFailure value.
|
CloudJob |
CloudJob.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
CloudJob |
CloudJob.withPreviousState(JobState previousState)
Set the previousState value.
|
CloudJob |
CloudJob.withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
Set the previousStateTransitionTime value.
|
CloudJob |
CloudJob.withPriority(Integer priority)
Set the priority value.
|
CloudJob |
CloudJob.withState(JobState state)
Set the state value.
|
CloudJob |
CloudJob.withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
CloudJob |
CloudJob.withStats(JobStatistics stats)
Set the stats value.
|
CloudJob |
CloudJob.withUrl(String url)
Set the url value.
|
CloudJob |
CloudJob.withUsesTaskDependencies(Boolean usesTaskDependencies)
Set the usesTaskDependencies value.
|
Copyright © 2019. All rights reserved.