Package version:

Interface CapacityPoolPatch

Capacity pool patch resource

interface CapacityPoolPatch {
    coolAccess?: boolean;
    id?: string;
    location?: string;
    name?: string;
    qosType?: string;
    size?: number;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Properties

coolAccess?: boolean

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

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource location

name?: string

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

qosType?: string

The qos type of the pool

size?: number

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

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

Resource tags

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.