Package version:

Volume properties

interface VolumeProperties {
    avs?: AvsDiskDetails;
    createdTimestamp?: string;
    displayName?: string;
    provisionedSize?: number;
    provisioningState?: string;
    softDeletion: SoftDeletion;
    space?: Space;
    storagePoolInternalId?: string;
    storagePoolResourceId?: string;
    volumeInternalId?: string;
    volumeType?: string;
}

Properties

AVS-specific volume information

createdTimestamp?: string

Volume creation date, as an RFC 3339 timestamp

displayName?: string

Human-readable name of the volume

provisionedSize?: number

Currently provisioned size of the volume, in bytes

provisioningState?: string

Provisioning state of the resource

softDeletion: SoftDeletion

Volume's soft-deletion state

space?: Space

Storage space usage

storagePoolInternalId?: string

Pure Storage's internal ID for the storage pool containing the volume

storagePoolResourceId?: string

Azure Resource ID of the storage pool containing this volume

volumeInternalId?: string

Pure Storage's internal ID for the volume

volumeType?: string

Specify which control plane handles the lifecycle of the volume