Share via


CapacityPoolPatch Constructors

Definition

Overloads

CapacityPoolPatch()

Initializes a new instance of the CapacityPoolPatch class.

CapacityPoolPatch(String, String, String, String, IDictionary<String,String>, String, Nullable<Int64>, Nullable<Boolean>)

Initializes a new instance of the CapacityPoolPatch class.

CapacityPoolPatch()

Initializes a new instance of the CapacityPoolPatch class.

public CapacityPoolPatch ();
Public Sub New ()

Applies to

CapacityPoolPatch(String, String, String, String, IDictionary<String,String>, String, Nullable<Int64>, Nullable<Boolean>)

Initializes a new instance of the CapacityPoolPatch class.

public CapacityPoolPatch (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string qosType = default, long? size = default, bool? coolAccess = default);
new Microsoft.Azure.Management.NetApp.Models.CapacityPoolPatch : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int64> * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.CapacityPoolPatch
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional qosType As String = Nothing, Optional size As Nullable(Of Long) = Nothing, Optional coolAccess As Nullable(Of Boolean) = Nothing)

Parameters

location
String

Resource location

id
String

Resource Id

name
String

Resource name

type
String

Resource type

tags
IDictionary<String,String>

Resource tags

qosType
String

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

size
Nullable<Int64>

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

coolAccess
Nullable<Boolean>

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

Applies to