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<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,
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.
|
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 |
---|---|
JobListPreparationAndReleaseTaskStatusOptions |
JobListPreparationAndReleaseTaskStatusOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobListPreparationAndReleaseTaskStatusOptions |
JobListPreparationAndReleaseTaskStatusOptions.withFilter(String filter)
Set the filter value.
|
JobListPreparationAndReleaseTaskStatusOptions |
JobListPreparationAndReleaseTaskStatusOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
JobListPreparationAndReleaseTaskStatusOptions |
JobListPreparationAndReleaseTaskStatusOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobListPreparationAndReleaseTaskStatusOptions |
JobListPreparationAndReleaseTaskStatusOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobListPreparationAndReleaseTaskStatusOptions |
JobListPreparationAndReleaseTaskStatusOptions.withSelect(String select)
Set the select value.
|
JobListPreparationAndReleaseTaskStatusOptions |
JobListPreparationAndReleaseTaskStatusOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.