Udostępnij przez


RestorePoint type

Punkty przywracania bazy danych.

type RestorePoint = ProxyResource & {
  earliestRestoreDate?: Date
  location?: string
  restorePointCreationDate?: Date
  restorePointLabel?: string
  restorePointType?: RestorePointType
}