RestorePoint interface
Database restore points.
- Extends
Properties
earliest |
The earliest time to which this database can be restored NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location. NOTE: This property will not be serialized. It can only be populated by the server. |
restore |
The time the backup was taken NOTE: This property will not be serialized. It can only be populated by the server. |
restore |
The label of restore point for backup request by user NOTE: This property will not be serialized. It can only be populated by the server. |
restore |
The type of restore point NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
earliestRestoreDate
The earliest time to which this database can be restored NOTE: This property will not be serialized. It can only be populated by the server.
earliestRestoreDate?: Date
Property Value
Date
location
Resource location. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
restorePointCreationDate
The time the backup was taken NOTE: This property will not be serialized. It can only be populated by the server.
restorePointCreationDate?: Date
Property Value
Date
restorePointLabel
The label of restore point for backup request by user NOTE: This property will not be serialized. It can only be populated by the server.
restorePointLabel?: string
Property Value
string
restorePointType
The type of restore point NOTE: This property will not be serialized. It can only be populated by the server.
restorePointType?: RestorePointType
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript