Uses of Class
com.azure.compute.batch.models.BatchJobPreparationAndReleaseTaskStatus
Packages that use BatchJobPreparationAndReleaseTaskStatus
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchJobPreparationAndReleaseTaskStatus in com.azure.compute.batch
Methods in com.azure.compute.batch that return types with arguments of type BatchJobPreparationAndReleaseTaskStatusModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchJobPreparationAndReleaseTaskStatus> BatchAsyncClient.listJobPreparationAndReleaseTaskStatus
(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.com.azure.core.http.rest.PagedFlux
<BatchJobPreparationAndReleaseTaskStatus> BatchAsyncClient.listJobPreparationAndReleaseTaskStatus
(String jobId, ListBatchJobPreparationAndReleaseTaskStatusOptions options) 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.com.azure.core.http.rest.PagedIterable
<BatchJobPreparationAndReleaseTaskStatus> BatchClient.listJobPreparationAndReleaseTaskStatus
(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.com.azure.core.http.rest.PagedIterable
<BatchJobPreparationAndReleaseTaskStatus> BatchClient.listJobPreparationAndReleaseTaskStatus
(String jobId, ListBatchJobPreparationAndReleaseTaskStatusOptions options) 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. -
Uses of BatchJobPreparationAndReleaseTaskStatus in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobPreparationAndReleaseTaskStatusModifier and TypeMethodDescriptionBatchJobPreparationAndReleaseTaskStatus.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobPreparationAndReleaseTaskStatus from the JsonReader.