Share via


VolumeList Class

Definition

List of Volumes

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

Constructors

Name Description
VolumeList()

Creates an new VolumeList instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The Volume items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VolumeList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VolumeList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VolumeList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to