Uses of Class
com.azure.resourcemanager.compute.models.SnapshotList
-
Packages that use SnapshotList Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SnapshotList in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SnapshotList Modifier and Type Method Description SnapshotListSnapshotList. withNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of snapshots.SnapshotListSnapshotList. withValue(List<SnapshotInner> value)Set the value property: A list of snapshots.
-