Language

DiskSnapshotList Class

Definition

object to hold array of Disk Snapshot ARM IDs

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

Constructors

Name Description
DiskSnapshotList()

Creates an new DiskSnapshotList instance.

Properties

Name Description
DiskSnapshotId

array of DiskSnapshot ARM IDs

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiskSnapshotList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiskSnapshotList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiskSnapshotList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to