Aracılığıyla paylaş


SubvolumePatchRequest Constructors

Definition

Overloads

SubvolumePatchRequest()

Initializes a new instance of the SubvolumePatchRequest class.

SubvolumePatchRequest(Nullable<Int64>, String)

Initializes a new instance of the SubvolumePatchRequest class.

SubvolumePatchRequest()

Initializes a new instance of the SubvolumePatchRequest class.

public SubvolumePatchRequest ();
Public Sub New ()

Applies to

SubvolumePatchRequest(Nullable<Int64>, String)

Initializes a new instance of the SubvolumePatchRequest class.

public SubvolumePatchRequest (long? size = default, string path = default);
new Microsoft.Azure.Management.NetApp.Models.SubvolumePatchRequest : Nullable<int64> * string -> Microsoft.Azure.Management.NetApp.Models.SubvolumePatchRequest
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