다음을 통해 공유


ValidateMigrationInputSqlServerSqlMITaskOutput Class

Definition

Output for task that validates migration input for SQL to Azure SQL Managed Instance migrations

public class ValidateMigrationInputSqlServerSqlMITaskOutput
type ValidateMigrationInputSqlServerSqlMITaskOutput = class
Public Class ValidateMigrationInputSqlServerSqlMITaskOutput
Inheritance
ValidateMigrationInputSqlServerSqlMITaskOutput

Constructors

ValidateMigrationInputSqlServerSqlMITaskOutput()

Initializes a new instance of the ValidateMigrationInputSqlServerSqlMITaskOutput class.

ValidateMigrationInputSqlServerSqlMITaskOutput(String, String, IList<ReportableException>, IList<ReportableException>, IList<ReportableException>, IList<ReportableException>, IList<ReportableException>, DatabaseBackupInfo)

Initializes a new instance of the ValidateMigrationInputSqlServerSqlMITaskOutput class.

Properties

BackupFolderErrors

Gets errors associated with the BackupFolder path

BackupShareCredentialsErrors

Gets errors associated with backup share user name and password credentials

BackupStorageAccountErrors

Gets errors associated with the storage account provided.

DatabaseBackupInfo

Gets or sets information about backup files when existing backup mode is used.

ExistingBackupErrors

Gets errors associated with existing backup files.

Id

Gets result identifier

Name

Gets name of database

RestoreDatabaseNameErrors

Gets errors associated with the RestoreDatabaseName

Applies to