Uses of Class
com.azure.resourcemanager.containerinstance.models.CachedImages
Packages that use CachedImages
Package
Description
Package containing the service clients for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of CachedImages in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return types with arguments of type CachedImagesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<CachedImages> LocationsClient.listCachedImages(String location) Get the list of cached images.com.azure.core.http.rest.PagedIterable<CachedImages> LocationsClient.listCachedImages(String location, com.azure.core.util.Context context) Get the list of cached images.com.azure.core.http.rest.PagedFlux<CachedImages> LocationsClient.listCachedImagesAsync(String location) Get the list of cached images. -
Uses of CachedImages in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return CachedImagesModifier and TypeMethodDescriptionstatic CachedImagesCachedImages.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CachedImages from the JsonReader.Set the image property: The cached image name.CachedImages.withOsType(String osType) Set the osType property: The OS type of the cached image.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type CachedImagesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<CachedImages> ContainerGroups.listCachedImages(String location) Lists cached images for a subscription in a region.com.azure.core.http.rest.PagedFlux<CachedImages> ContainerGroups.listCachedImagesAsync(String location) Lists cached images for a subscription in a region.CachedImagesListResult.value()Get the value property: The list of cached images.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type CachedImagesModifier and TypeMethodDescriptionCachedImagesListResult.withValue(List<CachedImages> value) Set the value property: The list of cached images.