다음을 통해 공유


ValidateMigrationInputSqlServerSqlMITaskOutput Constructors

Definition

Overloads

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.

ValidateMigrationInputSqlServerSqlMITaskOutput()

Initializes a new instance of the ValidateMigrationInputSqlServerSqlMITaskOutput class.

public ValidateMigrationInputSqlServerSqlMITaskOutput ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ValidateMigrationInputSqlServerSqlMITaskOutput class.

public ValidateMigrationInputSqlServerSqlMITaskOutput (string id = default, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> restoreDatabaseNameErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> backupFolderErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> backupShareCredentialsErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> backupStorageAccountErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> existingBackupErrors = default, Microsoft.Azure.Management.DataMigration.Models.DatabaseBackupInfo databaseBackupInfo = default);
new Microsoft.Azure.Management.DataMigration.Models.ValidateMigrationInputSqlServerSqlMITaskOutput : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> * Microsoft.Azure.Management.DataMigration.Models.DatabaseBackupInfo -> Microsoft.Azure.Management.DataMigration.Models.ValidateMigrationInputSqlServerSqlMITaskOutput
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional restoreDatabaseNameErrors As IList(Of ReportableException) = Nothing, Optional backupFolderErrors As IList(Of ReportableException) = Nothing, Optional backupShareCredentialsErrors As IList(Of ReportableException) = Nothing, Optional backupStorageAccountErrors As IList(Of ReportableException) = Nothing, Optional existingBackupErrors As IList(Of ReportableException) = Nothing, Optional databaseBackupInfo As DatabaseBackupInfo = Nothing)

Parameters

id
String

Result identifier

name
String

Name of database

restoreDatabaseNameErrors
IList<ReportableException>

Errors associated with the RestoreDatabaseName

backupFolderErrors
IList<ReportableException>

Errors associated with the BackupFolder path

backupShareCredentialsErrors
IList<ReportableException>

Errors associated with backup share user name and password credentials

backupStorageAccountErrors
IList<ReportableException>

Errors associated with the storage account provided.

existingBackupErrors
IList<ReportableException>

Errors associated with existing backup files.

databaseBackupInfo
DatabaseBackupInfo

Information about backup files when existing backup mode is used.

Applies to