RestorableDroppedDatabase interface
A restorable dropped database resource.
- Extends
Properties
| backup |
The storage account type used to store backups for this database. |
| creation |
The creation date of the database (ISO8601 format). |
| database |
The name of the database. |
| deletion |
The deletion date of the database (ISO8601 format). |
| earliest |
The earliest restore date of the database (ISO8601 format). |
| keys | The resource ids of the user assigned identities to use |
| location | Resource location. |
| max |
The max size of the database expressed in bytes. |
| sku | The name and tier of the SKU. |
| tags | Resource tags. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
backupStorageRedundancy
The storage account type used to store backups for this database.
backupStorageRedundancy?: string
Property Value
string
creationDate
The creation date of the database (ISO8601 format).
creationDate?: Date
Property Value
Date
databaseName
The name of the database.
databaseName?: string
Property Value
string
deletionDate
The deletion date of the database (ISO8601 format).
deletionDate?: Date
Property Value
Date
earliestRestoreDate
The earliest restore date of the database (ISO8601 format).
earliestRestoreDate?: Date
Property Value
Date
keys
The resource ids of the user assigned identities to use
keys?: Record<string, DatabaseKey>
Property Value
Record<string, DatabaseKey>
location
Resource location.
location?: string
Property Value
string
maxSizeBytes
The max size of the database expressed in bytes.
maxSizeBytes?: number
Property Value
number
sku
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type