MigrateSqlServerSqlMIDatabaseInput Class

Definition

Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs

public class MigrateSqlServerSqlMIDatabaseInput
type MigrateSqlServerSqlMIDatabaseInput = class
Public Class MigrateSqlServerSqlMIDatabaseInput
Inheritance
MigrateSqlServerSqlMIDatabaseInput

Constructors

MigrateSqlServerSqlMIDatabaseInput()

Initializes a new instance of the MigrateSqlServerSqlMIDatabaseInput class.

MigrateSqlServerSqlMIDatabaseInput(String, String, FileShare, IList<String>)

Initializes a new instance of the MigrateSqlServerSqlMIDatabaseInput class.

Properties

BackupFilePaths

Gets or sets the list of backup files to be used in case of existing backups.

BackupFileShare

Gets or sets backup file share information for backing up this database.

Name

Gets or sets name of the database

RestoreDatabaseName

Gets or sets name of the database at destination

Methods

Validate()

Validate the object.

Applies to