RestorableDroppedManagedDatabaseInner 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 RestorableDroppedManagedDatabaseInner : Microsoft.Azure.Management.Sql.Fluent.Models.TrackedResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorableDroppedManagedDatabaseInner = class
inherit TrackedResourceInner
Public Class RestorableDroppedManagedDatabaseInner
Inherits TrackedResourceInner
- Inheritance
- Attributes
Constructors
RestorableDroppedManagedDatabaseInner() |
Initializes a new instance of the RestorableDroppedManagedDatabaseInner class. |
RestorableDroppedManagedDatabaseInner(String, String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the RestorableDroppedManagedDatabaseInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET