RestorableDatabaseAccountProperties interface

The properties of a restorable database account.

Properties

accountName

The name of the global database account

apiType

The API type of the restorable database account.

creationTime

The creation time of the restorable database account (ISO-8601 format).

deletionTime

The time at which the restorable database account has been deleted (ISO-8601 format).

oldestRestorableTime

The least recent time at which the database account can be restored to (ISO-8601 format).

restorableLocations

List of regions where the of the database account can be restored from.

Property Details

accountName

The name of the global database account

accountName?: string

Property Value

string

apiType

The API type of the restorable database account.

apiType?: string

Property Value

string

creationTime

The creation time of the restorable database account (ISO-8601 format).

creationTime?: Date

Property Value

Date

deletionTime

The time at which the restorable database account has been deleted (ISO-8601 format).

deletionTime?: Date

Property Value

Date

oldestRestorableTime

The least recent time at which the database account can be restored to (ISO-8601 format).

oldestRestorableTime?: Date

Property Value

Date

restorableLocations

List of regions where the of the database account can be restored from.

restorableLocations?: RestorableLocationResource[]

Property Value