RestorableDroppedSqlPool type
Ein wiederherstellbarer gelöschter SQL-Pool
type RestorableDroppedSqlPool = ProxyResource & {
creationDate?: Date
databaseName?: string
deletionDate?: Date
earliestRestoreDate?: Date
edition?: string
elasticPoolName?: string
location?: string
maxSizeBytes?: string
serviceLevelObjective?: string
}