NetAppVolume Class

Definition

An Azure NetApp Files volume from Microsoft.NetApp provider

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

Constructors

NetAppVolume()

Creates an new NetAppVolume instance.

Properties

Id

Azure resource ID of the NetApp volume

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetAppVolume.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetAppVolume.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetAppVolume into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to