RestorableDatabaseAccountProperties interface
The properties of a restorable database account.
Properties
| account |
The name of the global database account |
| api |
The API type of the restorable database account. |
| creation |
The creation time of the restorable database account (ISO-8601 format). |
| deletion |
The time at which the restorable database account has been deleted (ISO-8601 format). |
| oldest |
The least recent time at which the database account can be restored to (ISO-8601 format). |
| restorable |
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[]