MonthlySchedule interface

Monthly Schedule properties

Properties

daysOfMonth

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

hour

Indicates which hour in UTC timezone a snapshot should be taken

minute

Indicates which minute snapshot should be taken

snapshotsToKeep

Monthly snapshot count to keep

usedBytes

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

Property Details

daysOfMonth

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

daysOfMonth?: string

Property Value

string

hour

Indicates which hour in UTC timezone a snapshot should be taken

hour?: number

Property Value

number

minute

Indicates which minute snapshot should be taken

minute?: number

Property Value

number

snapshotsToKeep

Monthly snapshot count to keep

snapshotsToKeep?: number

Property Value

number

usedBytes

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

usedBytes?: number

Property Value

number