NetAppVolume Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Azure NetApp Files volume from Microsoft.NetApp provider
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.NetAppVolumeTypeConverter))]
public class NetAppVolume : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.INetAppVolume
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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.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() |