Package version:

Interface MonthlySchedule

Monthly Schedule properties

interface MonthlySchedule {
    daysOfMonth?: string;
    hour?: number;
    minute?: number;
    snapshotsToKeep?: number;
    usedBytes?: number;
}

Properties

daysOfMonth?: string

Indicates which days of the month snapshot should be taken. A comma delimited string.

hour?: number

Indicates which hour in UTC timezone a snapshot should be taken

minute?: number

Indicates which minute snapshot should be taken

snapshotsToKeep?: number

Monthly snapshot count to keep

usedBytes?: number

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