Language

VolumeNameList Class

Definition

object to hold array of volume names

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

Constructors

Name Description
VolumeNameList()

Creates an new VolumeNameList instance.

Properties

Name Description
VolumeName

array of volume names

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VolumeNameList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VolumeNameList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VolumeNameList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to