RestorableDroppedDatabaseInner Constructors

Definition

Overloads

RestorableDroppedDatabaseInner()

Initializes a new instance of the RestorableDroppedDatabaseInner class.

RestorableDroppedDatabaseInner(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the RestorableDroppedDatabaseInner class.

RestorableDroppedDatabaseInner()

Initializes a new instance of the RestorableDroppedDatabaseInner class.

public RestorableDroppedDatabaseInner ();
Public Sub New ()

Applies to

RestorableDroppedDatabaseInner(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the RestorableDroppedDatabaseInner class.

public RestorableDroppedDatabaseInner (string id = default, string name = default, string type = default, string location = default, string databaseName = default, string edition = default, string maxSizeBytes = default, string serviceLevelObjective = default, string elasticPoolName = default, DateTime? creationDate = default, DateTime? deletionDate = default, DateTime? earliestRestoreDate = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedDatabaseInner : string * string * string * string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedDatabaseInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional databaseName As String = Nothing, Optional edition As String = Nothing, Optional maxSizeBytes As String = Nothing, Optional serviceLevelObjective As String = Nothing, Optional elasticPoolName As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing)

Parameters

id
String
name
String
type
String
location
String

The geo-location where the resource lives

databaseName
String

The name of the database

edition
String

The edition of the database

maxSizeBytes
String

The max size in bytes of the database

serviceLevelObjective
String

The service level objective name of the database

elasticPoolName
String

The elastic pool name of the database

creationDate
Nullable<DateTime>

The creation date of the database (ISO8601 format)

deletionDate
Nullable<DateTime>

The deletion date of the database (ISO8601 format)

earliestRestoreDate
Nullable<DateTime>

The earliest restore date of the database (ISO8601 format)

Applies to