Share via


SubvolumeProperties Constructors

Definition

Overloads

SubvolumeProperties()

Initializes a new instance of the SubvolumeProperties class.

SubvolumeProperties(String, Nullable<Int64>, String, String)

Initializes a new instance of the SubvolumeProperties class.

SubvolumeProperties()

Initializes a new instance of the SubvolumeProperties class.

public SubvolumeProperties ();
Public Sub New ()

Applies to

SubvolumeProperties(String, Nullable<Int64>, String, String)

Initializes a new instance of the SubvolumeProperties class.

public SubvolumeProperties (string path = default, long? size = default, string parentPath = default, string provisioningState = default);
new Microsoft.Azure.Management.NetApp.Models.SubvolumeProperties : string * Nullable<int64> * string * string -> Microsoft.Azure.Management.NetApp.Models.SubvolumeProperties
Public Sub New (Optional path As String = Nothing, Optional size As Nullable(Of Long) = Nothing, Optional parentPath As String = Nothing, Optional provisioningState As String = Nothing)

Parameters

path
String

Path to the subvolume

size
Nullable<Int64>

Truncate subvolume to the provided size in bytes

parentPath
String

parent path to the subvolume

provisioningState
String

Azure lifecycle management

Applies to