Package version:

Interface SubvolumeModel

Result of the post subvolume and action is to get metadata of the subvolume.

interface SubvolumeModel {
    accessedTimeStamp?: Date;
    bytesUsed?: number;
    changedTimeStamp?: Date;
    creationTimeStamp?: Date;
    id?: string;
    modifiedTimeStamp?: Date;
    name?: string;
    parentPath?: string;
    path?: string;
    permissions?: string;
    provisioningState?: string;
    size?: number;
    type?: string;
}

Properties

accessedTimeStamp?: Date

Most recent access time and date

bytesUsed?: number

Bytes used

changedTimeStamp?: Date

Most recent change time and date

creationTimeStamp?: Date

Creation time and date

id?: string

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

modifiedTimeStamp?: Date

Most recent modification time and date

name?: string

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

parentPath?: string

Path to the parent subvolume

path?: string

Path to the subvolume

permissions?: string

Permissions of the subvolume

provisioningState?: string

Azure lifecycle management

size?: number

Size of subvolume

type?: string

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