Freigeben über


SubvolumePatchParams Constructors

Definition

Overloads

SubvolumePatchParams()

Initializes a new instance of the SubvolumePatchParams class.

SubvolumePatchParams(Nullable<Int64>, String)

Initializes a new instance of the SubvolumePatchParams class.

SubvolumePatchParams()

Initializes a new instance of the SubvolumePatchParams class.

public SubvolumePatchParams ();
Public Sub New ()

Applies to

SubvolumePatchParams(Nullable<Int64>, String)

Initializes a new instance of the SubvolumePatchParams class.

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

Parameters

size
Nullable<Int64>

Truncate subvolume to the provided size in bytes

path
String

path to the subvolume

Applies to