Uses of Class
com.azure.resourcemanager.containerinstance.models.CachedImages
-
Packages that use CachedImages Package Description com.azure.resourcemanager.containerinstance.fluent Package containing the service clients for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models 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 CachedImages Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<CachedImages>LocationsClient. listCachedImages(String location)Get the list of cached images on specific OS type for a subscription in a region.com.azure.core.http.rest.PagedIterable<CachedImages>LocationsClient. listCachedImages(String location, com.azure.core.util.Context context)Get the list of cached images on specific OS type for a subscription in a region.com.azure.core.http.rest.PagedFlux<CachedImages>LocationsClient. listCachedImagesAsync(String location)Get the list of cached images on specific OS type for a subscription in a region. -
Uses of CachedImages in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return CachedImages Modifier and Type Method Description CachedImagesCachedImages. withImage(String image)Set the image property: The cached image name.CachedImagesCachedImages. 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 CachedImages Modifier and Type Method Description com.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.List<CachedImages>CachedImagesListResult. value()Get the value property: The list of cached images.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type CachedImages Modifier and Type Method Description CachedImagesListResultCachedImagesListResult. withValue(List<CachedImages> value)Set the value property: The list of cached images.
-