Uses of Class
com.azure.resourcemanager.containerinstance.models.CachedImagesListResult
-
Packages that use CachedImagesListResult Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of CachedImagesListResult in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return CachedImagesListResult Modifier and Type Method Description CachedImagesListResultCachedImagesListResult. withNextLink(String nextLink)Set the nextLink property: The URI to fetch the next page of cached images.CachedImagesListResultCachedImagesListResult. withValue(List<CachedImages> value)Set the value property: The list of cached images.
-