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.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,
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
JobListPreparationAndReleaseTaskStatusNextOptions |
JobListPreparationAndReleaseTaskStatusNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobListPreparationAndReleaseTaskStatusNextOptions |
JobListPreparationAndReleaseTaskStatusNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobListPreparationAndReleaseTaskStatusNextOptions |
JobListPreparationAndReleaseTaskStatusNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.