다음을 통해 공유


ElasticSanVolume Class

Definition

An Elastic SAN volume from Microsoft.ElasticSan provider

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ElasticSanVolumeTypeConverter))]
public class ElasticSanVolume : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IElasticSanVolume
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ElasticSanVolumeTypeConverter))>]
type ElasticSanVolume = class
    interface IElasticSanVolume
    interface IJsonSerializable
Public Class ElasticSanVolume
Implements IElasticSanVolume
Inheritance
ElasticSanVolume
Attributes
Implements

Constructors

ElasticSanVolume()

Creates an new ElasticSanVolume instance.

Properties

TargetId

Azure resource ID of the Elastic SAN Volume

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ElasticSanVolume.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ElasticSanVolume.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IElasticSanVolume.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ElasticSanVolume into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to