Uses of Class
com.azure.resourcemanager.compute.models.ImageListResult
Packages that use ImageListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ImageListResult in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImageListResultModifier and TypeMethodDescriptionstatic ImageListResultImageListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageListResult from the JsonReader.ImageListResult.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of Images.ImageListResult.withValue(List<ImageInner> value) Set the value property: The list of Images.