Uses of Class
com.azure.compute.batch.models.BatchApplication
Packages that use BatchApplication
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchApplication in com.azure.compute.batch
Methods in com.azure.compute.batch that return BatchApplicationModifier and TypeMethodDescriptionBatchClient.getApplication
(String applicationId) Gets information about the specified Application.BatchClient.getApplication
(String applicationId, GetBatchApplicationOptions options) Gets information about the specified Application.Methods in com.azure.compute.batch that return types with arguments of type BatchApplicationModifier and TypeMethodDescriptionBatchAsyncClient.getApplication
(String applicationId) Gets information about the specified Application.BatchAsyncClient.getApplication
(String applicationId, GetBatchApplicationOptions options) Gets information about the specified Application.com.azure.core.http.rest.PagedFlux
<BatchApplication> BatchAsyncClient.listApplications()
Lists all of the applications available in the specified Account.com.azure.core.http.rest.PagedFlux
<BatchApplication> BatchAsyncClient.listApplications
(ListBatchApplicationsOptions options) Lists all of the applications available in the specified Account.com.azure.core.http.rest.PagedIterable
<BatchApplication> BatchClient.listApplications()
Lists all of the applications available in the specified Account.com.azure.core.http.rest.PagedIterable
<BatchApplication> BatchClient.listApplications
(ListBatchApplicationsOptions options) Lists all of the applications available in the specified Account. -
Uses of BatchApplication in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchApplicationModifier and TypeMethodDescriptionstatic BatchApplication
BatchApplication.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchApplication from the JsonReader.