Backup Properties |
The Backup type exposes the following members.
Name | Description | |
---|---|---|
Created |
Gets a timestamp indicating when this backup was first created.
| |
Description |
Gets the description associated with this database backup.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Id |
Gets the unique identifier for this database backup.
| |
InstanceId |
Gets the unique identifier of the database instance associated with this backup.
| |
LocationRef |
Gets the location of this database backup.
| |
Name |
Gets the name of this database backup.
| |
Status |
Gets the status of this database backup.
| |
Updated |
Gets a timestamp indicating when this backup was last modified.
|