MigrateSqlServerDatabaseInput 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
MigrateSqlServerDatabaseInput() |
Initializes a new instance of the MigrateSqlServerDatabaseInput class. |
MigrateSqlServerDatabaseInput(String, String, String, IList<DatabaseFileInput>) |
Initializes a new instance of the MigrateSqlServerDatabaseInput class. |
MigrateSqlServerDatabaseInput()
Initializes a new instance of the MigrateSqlServerDatabaseInput class.
public MigrateSqlServerDatabaseInput ();
Public Sub New ()
Applies to
MigrateSqlServerDatabaseInput(String, String, String, IList<DatabaseFileInput>)
Initializes a new instance of the MigrateSqlServerDatabaseInput class.
public MigrateSqlServerDatabaseInput (string name = default, string restoreDatabaseName = default, string backupAndRestoreFolder = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseFileInput> databaseFiles = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerDatabaseInput : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseFileInput> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerDatabaseInput
Public Sub New (Optional name As String = Nothing, Optional restoreDatabaseName As String = Nothing, Optional backupAndRestoreFolder As String = Nothing, Optional databaseFiles As IList(Of DatabaseFileInput) = Nothing)
Parameters
- name
- String
Name of the database
- restoreDatabaseName
- String
Name of the database at destination
- backupAndRestoreFolder
- String
The backup and restore folder
- databaseFiles
- IList<DatabaseFileInput>
The list of database files