Uses of Class
com.azure.resourcemanager.compute.models.ImageListResult
-
Packages that use ImageListResult Package Description com.azure.resourcemanager.compute.models 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 ImageListResult Modifier and Type Method Description ImageListResultImageListResult. withNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of Images.ImageListResultImageListResult. withValue(List<ImageInner> value)Set the value property: The list of Images.
-