Package version:

Interface MaintenanceWindowOptions

Maintenance window options.

Hierarchy

Properties

allowMultipleMaintenanceWindowsPerCycle?: boolean

Whether we allow multiple maintenance windows per cycle.

defaultDurationInMinutes?: number

Default duration for maintenance window.

id?: string

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

isEnabled?: boolean

Whether maintenance windows are enabled for the database.

maintenanceWindowCycles?: MaintenanceWindowTimeRange[]

Available maintenance cycles e.g. {Saturday, 0, 4860}, {Wednesday, 0, 2460}.

minCycles?: number

Minimum number of maintenance windows cycles to be set on the database.

minDurationInMinutes?: number

Minimum duration of maintenance window.

name?: string

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

timeGranularityInMinutes?: number

Time granularity in minutes for maintenance windows.

type?: string

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

Generated using TypeDoc