Package version:

Interface CapacityPool

Capacity pool resource

interface CapacityPool {
    coolAccess?: boolean;
    encryptionType?: string;
    etag?: string;
    id?: string;
    location: string;
    name?: string;
    poolId?: string;
    provisioningState?: string;
    qosType?: string;
    serviceLevel: string;
    size: number;
    systemData?: SystemData;
    tags?: {
        [propertyName: string]: string;
    };
    totalThroughputMibps?: number;
    type?: string;
    utilizedThroughputMibps?: number;
}

Hierarchy (view full)

Properties

coolAccess?: boolean

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

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.

etag?: string

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

location: string

The geo-location where the resource lives

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

poolId?: string

UUID v4 used to identify the Pool NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.

qosType?: string

The qos type of the pool

serviceLevel: string

The service level of the file system

size: number

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

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

totalThroughputMibps?: number

Total throughput of pool in MiB/s NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

utilizedThroughputMibps?: number

Utilized throughput of pool in MiB/s NOTE: This property will not be serialized. It can only be populated by the server.