RestorableDroppedManagedDatabaseInner Constructors
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.
Overloads
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. |
RestorableDroppedManagedDatabaseInner()
Initializes a new instance of the RestorableDroppedManagedDatabaseInner class.
public RestorableDroppedManagedDatabaseInner ();
Public Sub New ()
Applies to
RestorableDroppedManagedDatabaseInner(String, String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the RestorableDroppedManagedDatabaseInner class.
public RestorableDroppedManagedDatabaseInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string databaseName = default, DateTime? creationDate = default, DateTime? deletionDate = default, DateTime? earliestRestoreDate = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedManagedDatabaseInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedManagedDatabaseInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional databaseName 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
- location
- String
Resource location.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
Resource tags.
- databaseName
- String
The name of the database.
Applies to
Azure SDK for .NET