共用方式為


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

VolumeList()

Creates an new VolumeList instance.

Properties

NextLink

URI to fetch the next section of the paginated response.

Value

An array of Volume objects.

Methods

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