RecoverableDatabaseInner 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 recoverable database
[Microsoft.Rest.Serialization.JsonTransformation]
public class RecoverableDatabaseInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecoverableDatabaseInner = class
inherit ProxyResourceInner
Public Class RecoverableDatabaseInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
RecoverableDatabaseInner() |
Initializes a new instance of the RecoverableDatabaseInner class. |
RecoverableDatabaseInner(String, String, String, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the RecoverableDatabaseInner class. |
Properties
Edition |
Gets the edition of the database |
ElasticPoolName |
Gets the elastic pool name of the database |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
LastAvailableBackupDate |
Gets the last available backup date of the database (ISO8601 format) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ServiceLevelObjective |
Gets the service level objective name of the database |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET