Share via


PoolProperties Class

Definition

Pool properties

public class PoolProperties
type PoolProperties = class
Public Class PoolProperties
Inheritance
PoolProperties

Constructors

PoolProperties()

Initializes a new instance of the PoolProperties class.

PoolProperties(Int64, String, String, String, Nullable<Double>, Nullable<Double>, String, Nullable<Boolean>, String)

Initializes a new instance of the PoolProperties class.

Properties

CoolAccess

Gets or sets if enabled (true) the pool can contain cool Access enabled volumes.

EncryptionType

Gets or sets 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

Gets uUID v4 used to identify the Pool

ProvisioningState

Gets azure lifecycle management

QosType

Gets or sets the qos type of the pool Possible values include: 'Auto', 'Manual'

ServiceLevel

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

Size

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

TotalThroughputMibps

Gets total throughput of pool in MiB/s

UtilizedThroughputMibps

Gets utilized throughput of pool in MiB/s

Methods

Validate()

Validate the object.

Applies to