SnapshotList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
SnapshotList() |
Creates an new SnapshotList instance. |
Properties
NextLink |
URI to fetch the next section of the paginated response. |
Value |
An array of Snapshot objects. |
Methods
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() |