RestorableDroppedManagedDatabase 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 managed database resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorableDroppedManagedDatabase : Microsoft.Azure.Management.Sql.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorableDroppedManagedDatabase = class
inherit TrackedResource
Public Class RestorableDroppedManagedDatabase
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
RestorableDroppedManagedDatabase() |
Initializes a new instance of the RestorableDroppedManagedDatabase class. |
RestorableDroppedManagedDatabase(String, String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the RestorableDroppedManagedDatabase class. |
Properties
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. (Inherited from TrackedResource) |
Name |
Gets resource name. (Inherited from Resource) |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET