Aracılığıyla paylaş


PoolPatchProperties Constructors

Definition

Overloads

PoolPatchProperties()

Initializes a new instance of the PoolPatchProperties class.

PoolPatchProperties(Nullable<Int64>, String, Nullable<Boolean>)

Initializes a new instance of the PoolPatchProperties class.

PoolPatchProperties()

Initializes a new instance of the PoolPatchProperties class.

public PoolPatchProperties ();
Public Sub New ()

Applies to

PoolPatchProperties(Nullable<Int64>, String, Nullable<Boolean>)

Initializes a new instance of the PoolPatchProperties class.

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

Parameters

size
Nullable<Int64>

Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776).

qosType
String

The qos type of the pool Possible values include: 'Auto', 'Manual'

coolAccess
Nullable<Boolean>

If enabled (true) the pool can contain cool Access enabled volumes.

Applies to