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 |
---|---|
List<JobPreparationAndReleaseTaskExecutionInformation> |
JobOperations.listPreparationAndReleaseTaskStatus(String jobId)
Lists the status of
JobPreparationTask and JobReleaseTask tasks for the specified job. |
List<JobPreparationAndReleaseTaskExecutionInformation> |
JobOperations.listPreparationAndReleaseTaskStatus(String jobId,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the status of
JobPreparationTask and JobReleaseTask tasks for the specified job. |
Modifier and Type | Method and Description |
---|---|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
Jobs.listPreparationAndReleaseTaskStatus(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
Jobs.listPreparationAndReleaseTaskStatus(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusAsync(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusAsync(String jobId,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
Jobs.listPreparationAndReleaseTaskStatusNext(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
Jobs.listPreparationAndReleaseTaskStatusNext(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions,
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> serviceFuture,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
Jobs.listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> serviceFuture,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
Jobs.listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
Modifier and Type | Method and Description |
---|---|
JobPreparationAndReleaseTaskExecutionInformation |
JobPreparationAndReleaseTaskExecutionInformation.withJobPreparationTaskExecutionInfo(JobPreparationTaskExecutionInformation jobPreparationTaskExecutionInfo)
Set the jobPreparationTaskExecutionInfo value.
|
JobPreparationAndReleaseTaskExecutionInformation |
JobPreparationAndReleaseTaskExecutionInformation.withJobReleaseTaskExecutionInfo(JobReleaseTaskExecutionInformation jobReleaseTaskExecutionInfo)
Set the jobReleaseTaskExecutionInfo value.
|
JobPreparationAndReleaseTaskExecutionInformation |
JobPreparationAndReleaseTaskExecutionInformation.withNodeId(String nodeId)
Set the nodeId value.
|
JobPreparationAndReleaseTaskExecutionInformation |
JobPreparationAndReleaseTaskExecutionInformation.withNodeUrl(String nodeUrl)
Set the nodeUrl value.
|
JobPreparationAndReleaseTaskExecutionInformation |
JobPreparationAndReleaseTaskExecutionInformation.withPoolId(String poolId)
Set the poolId value.
|
Copyright © 2019. All rights reserved.