MaintenanceWindowOptions interface

維護時段選項。

Extends

屬性

allowMultipleMaintenanceWindowsPerCycle

我們是否允許每個週期有多個維護期間。

defaultDurationInMinutes

維護期間的預設持續時間。

isEnabled

是否為資料庫啟用維護期間。

maintenanceWindowCycles

可用的維護週期,例如 {Saturday, 0, 4860}, {Wednesday, 0, 2460}。

minCycles

資料庫上要設定的維護時段週期數目下限。

minDurationInMinutes

維護時段的持續時間下限。

timeGranularityInMinutes

維護時段的分鐘數時間粒度。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

allowMultipleMaintenanceWindowsPerCycle

我們是否允許每個週期有多個維護期間。

allowMultipleMaintenanceWindowsPerCycle?: boolean

屬性值

boolean

defaultDurationInMinutes

維護期間的預設持續時間。

defaultDurationInMinutes?: number

屬性值

number

isEnabled

是否為資料庫啟用維護期間。

isEnabled?: boolean

屬性值

boolean

maintenanceWindowCycles

可用的維護週期,例如 {Saturday, 0, 4860}, {Wednesday, 0, 2460}。

maintenanceWindowCycles?: MaintenanceWindowTimeRange[]

屬性值

minCycles

資料庫上要設定的維護時段週期數目下限。

minCycles?: number

屬性值

number

minDurationInMinutes

維護時段的持續時間下限。

minDurationInMinutes?: number

屬性值

number

timeGranularityInMinutes

維護時段的分鐘數時間粒度。

timeGranularityInMinutes?: number

屬性值

number

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type