Uses of Class
com.azure.compute.batch.models.BatchSupportedImage
Packages that use BatchSupportedImage
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchSupportedImage in com.azure.compute.batch
Methods in com.azure.compute.batch that return types with arguments of type BatchSupportedImageModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<BatchSupportedImage> BatchAsyncClient.listSupportedImages()Lists all Virtual Machine Images supported by the Azure Batch service.com.azure.core.http.rest.PagedFlux<BatchSupportedImage> BatchAsyncClient.listSupportedImages(ListSupportedBatchImagesOptions options) Lists all Virtual Machine Images supported by the Azure Batch service.com.azure.core.http.rest.PagedIterable<BatchSupportedImage> BatchClient.listSupportedImages()Lists all Virtual Machine Images supported by the Azure Batch service.com.azure.core.http.rest.PagedIterable<BatchSupportedImage> BatchClient.listSupportedImages(ListSupportedBatchImagesOptions options) Lists all Virtual Machine Images supported by the Azure Batch service. -
Uses of BatchSupportedImage in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchSupportedImageModifier and TypeMethodDescriptionstatic BatchSupportedImageBatchSupportedImage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BatchSupportedImage from the JsonReader.