Uses of Class
com.azure.resourcemanager.containerinstance.models.CachedImagesListResult
Packages that use CachedImagesListResult
Package
Description
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 CachedImagesListResultModifier and TypeMethodDescriptionstatic CachedImagesListResultCachedImagesListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CachedImagesListResult from the JsonReader.CachedImagesListResult.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of cached images.CachedImagesListResult.withValue(List<CachedImages> value) Set the value property: The list of cached images.