Share via


CapacityPool Constructors

Definition

Overloads

CapacityPool()

Initializes a new instance of the CapacityPool class.

CapacityPool(String, String, Int64, String, String, String, SystemData, IDictionary<String,String>, String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

Initializes a new instance of the CapacityPool class.

CapacityPool()

Initializes a new instance of the CapacityPool class.

public CapacityPool ();
Public Sub New ()

Applies to

CapacityPool(String, String, Int64, String, String, String, SystemData, IDictionary<String,String>, String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

Initializes a new instance of the CapacityPool class.

public CapacityPool (string location, string serviceLevel, long size, string id = default, string name = default, string type = default, Microsoft.Azure.Management.NetApp.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, string qosType = default, string encryptionType = default, string poolId = default, string provisioningState = default, double? totalThroughputMibps = default, double? utilizedThroughputMibps = default, bool? coolAccess = default);
new Microsoft.Azure.Management.NetApp.Models.CapacityPool : string * string * int64 * string * string * string * Microsoft.Azure.Management.NetApp.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * Nullable<double> * Nullable<double> * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.CapacityPool
Public Sub New (location As String, serviceLevel As String, size As Long, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional qosType As String = Nothing, Optional encryptionType As String = Nothing, Optional poolId As String = Nothing, Optional provisioningState As String = Nothing, Optional totalThroughputMibps As Nullable(Of Double) = Nothing, Optional utilizedThroughputMibps As Nullable(Of Double) = Nothing, Optional coolAccess As Nullable(Of Boolean) = Nothing)

Parameters

location
String

The geo-location where the resource lives

serviceLevel
String

The service level of the file system Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'

size
Int64

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

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.

tags
IDictionary<String,String>

Resource tags.

etag
String

A unique read-only string that changes whenever the resource is updated.

qosType
String

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

encryptionType
String

Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. Possible values include: 'Single', 'Double'

poolId
String

UUID v4 used to identify the Pool

provisioningState
String

Azure lifecycle management

totalThroughputMibps
Nullable<Double>

Total throughput of pool in MiB/s

utilizedThroughputMibps
Nullable<Double>

Utilized throughput of pool in MiB/s

coolAccess
Nullable<Boolean>

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

Applies to