Uses of Class
com.azure.compute.batch.models.ListBatchJobPreparationAndReleaseTaskStatusOptions
Packages that use ListBatchJobPreparationAndReleaseTaskStatusOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchJobPreparationAndReleaseTaskStatusOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchJobPreparationAndReleaseTaskStatusOptionsModifier and TypeMethodDescriptioncom.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, 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 ListBatchJobPreparationAndReleaseTaskStatusOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchJobPreparationAndReleaseTaskStatusOptionsModifier and TypeMethodDescriptionSet the filter property: An OData $filter clause.ListBatchJobPreparationAndReleaseTaskStatusOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.Set the select property: An OData $select clause.ListBatchJobPreparationAndReleaseTaskStatusOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.