RestorableDroppedDatabase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A restorable dropped database resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorableDroppedDatabase : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorableDroppedDatabase = class
inherit ProxyResource
Public Class RestorableDroppedDatabase
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
RestorableDroppedDatabase() |
Initializes a new instance of the RestorableDroppedDatabase class. |
RestorableDroppedDatabase(String, String, String, Sku, String, IDictionary<String,String>, String, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the RestorableDroppedDatabase class. |
Properties
BackupStorageRedundancy |
Gets the storage account type used to store backups for this database. Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone' |
CreationDate |
Gets the creation date of the database (ISO8601 format). |
DatabaseName |
Gets the name of the database. |
DeletionDate |
Gets the deletion date of the database (ISO8601 format). |
EarliestRestoreDate |
Gets the earliest restore date of the database (ISO8601 format). |
Id |
Gets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. |
MaxSizeBytes |
Gets the max size of the database expressed in bytes. |
Name |
Gets resource name. (Inherited from Resource) |
Sku |
Gets or sets the name and tier of the SKU. |
Tags |
Gets or sets resource tags. |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET