Package version:

Interface SubvolumeModel

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

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

Properties

accessedTimeStamp?: any

Most recent access time and date

bytesUsed?: number

Bytes used

changedTimeStamp?: any

Most recent change time and date

creationTimeStamp?: any

Creation time and date

id?: string

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

modifiedTimeStamp?: any

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.