你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ValidateMigrationInputSqlServerSqlMITaskInput Class

Definition

Input for task that validates migration input for SQL to Azure SQL Managed Instance

public class ValidateMigrationInputSqlServerSqlMITaskInput
type ValidateMigrationInputSqlServerSqlMITaskInput = class
Public Class ValidateMigrationInputSqlServerSqlMITaskInput
Inheritance
ValidateMigrationInputSqlServerSqlMITaskInput

Constructors

ValidateMigrationInputSqlServerSqlMITaskInput()

Initializes a new instance of the ValidateMigrationInputSqlServerSqlMITaskInput class.

ValidateMigrationInputSqlServerSqlMITaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<MigrateSqlServerSqlMIDatabaseInput>, BlobShare, IList<String>, FileShare, String)

Initializes a new instance of the ValidateMigrationInputSqlServerSqlMITaskInput class.

Properties

BackupBlobShare

Gets or sets sAS URI of Azure Storage Account Container to be used for storing backup files.

BackupFileShare

Gets or sets backup file share information for all selected databases.

BackupMode

Gets or sets backup Mode to specify whether to use existing backup or create new backup. Possible values include: 'CreateBackup', 'ExistingBackup'

SelectedDatabases

Gets or sets databases to migrate

SelectedLogins

Gets or sets logins to migrate

SourceConnectionInfo

Gets or sets information for connecting to source

TargetConnectionInfo

Gets or sets information for connecting to target

Methods

Validate()

Validate the object.

Applies to