Uses of Class
com.azure.resourcemanager.compute.models.SnapshotList
Packages that use SnapshotList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SnapshotList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SnapshotListMethods in com.azure.resourcemanager.compute.models that return SnapshotListModifier and TypeMethodDescriptionstatic SnapshotListSnapshotList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotList from the JsonReader.SnapshotList.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.SnapshotList.withValue(List<SnapshotInner> value) Set the value property: A list of snapshots.