Uses of Class
com.azure.resourcemanager.containerservice.models.SnapshotListResult
Packages that use SnapshotListResult
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of SnapshotListResult in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type SnapshotListResultModifier and TypeClassDescriptionfinal classThe response from the List Snapshots operation.Methods in com.azure.resourcemanager.containerservice.models that return SnapshotListResultModifier and TypeMethodDescriptionstatic SnapshotListResultSnapshotListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotListResult from the JsonReader.SnapshotListResult.withValue(List<SnapshotInner> value) Set the value property: The list of snapshots.