Uses of Class
com.azure.resourcemanager.containerinstance.models.CachedImagesListResult
Packages that use CachedImagesListResult
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of CachedImagesListResult in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type CachedImagesListResultModifier and TypeClassDescriptionfinal classThe response containing cached images.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.