Share via


SnapshotList Class

Definition

List of Snapshots

[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.SnapshotListTypeConverter))]
public class SnapshotList : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISnapshotList
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.SnapshotListTypeConverter))>]
type SnapshotList = class
    interface ISnapshotList
    interface IJsonSerializable
Public Class SnapshotList
Implements ISnapshotList
Inheritance
SnapshotList
Attributes
Implements

Constructors

Name Description
SnapshotList()

Creates an new SnapshotList instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The Snapshot items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SnapshotList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SnapshotList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISnapshotList.

FromJsonString(String)

Creates a new instance of SnapshotList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SnapshotList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to