Share via


SubvolumeInfo Constructors

Definition

Overloads

SubvolumeInfo()

Initializes a new instance of the SubvolumeInfo class.

SubvolumeInfo(String, String, String, SystemData, String, Nullable<Int64>, String, String)

Initializes a new instance of the SubvolumeInfo class.

SubvolumeInfo()

Initializes a new instance of the SubvolumeInfo class.

public SubvolumeInfo ();
Public Sub New ()

Applies to

SubvolumeInfo(String, String, String, SystemData, String, Nullable<Int64>, String, String)

Initializes a new instance of the SubvolumeInfo class.

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

Parameters

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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