Package version:

Interface DailySchedule

Daily Schedule properties

interface DailySchedule {
    hour?: number;
    minute?: number;
    snapshotsToKeep?: number;
    usedBytes?: number;
}

Properties

hour?: number

Indicates which hour in UTC timezone a snapshot should be taken

minute?: number

Indicates which minute snapshot should be taken

snapshotsToKeep?: number

Daily snapshot count to keep

usedBytes?: number

Resource size in bytes, current storage usage for the volume in bytes