ArmDataMigrationModelFactory.ValidateMigrationInputSqlServerSqlMITaskOutput Method
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.
Initializes a new instance of ValidateMigrationInputSqlServerSqlMITaskOutput.
public static Azure.ResourceManager.DataMigration.Models.ValidateMigrationInputSqlServerSqlMITaskOutput ValidateMigrationInputSqlServerSqlMITaskOutput (string id = default, string name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ReportableException> restoreDatabaseNameErrors = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ReportableException> backupFolderErrors = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ReportableException> backupShareCredentialsErrors = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ReportableException> backupStorageAccountErrors = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ReportableException> existingBackupErrors = default, Azure.ResourceManager.DataMigration.Models.DatabaseBackupInfo databaseBackupInfo = default);
static member ValidateMigrationInputSqlServerSqlMITaskOutput : string * string * seq<Azure.ResourceManager.DataMigration.Models.ReportableException> * seq<Azure.ResourceManager.DataMigration.Models.ReportableException> * seq<Azure.ResourceManager.DataMigration.Models.ReportableException> * seq<Azure.ResourceManager.DataMigration.Models.ReportableException> * seq<Azure.ResourceManager.DataMigration.Models.ReportableException> * Azure.ResourceManager.DataMigration.Models.DatabaseBackupInfo -> Azure.ResourceManager.DataMigration.Models.ValidateMigrationInputSqlServerSqlMITaskOutput
Public Shared Function ValidateMigrationInputSqlServerSqlMITaskOutput (Optional id As String = Nothing, Optional name As String = Nothing, Optional restoreDatabaseNameErrors As IEnumerable(Of ReportableException) = Nothing, Optional backupFolderErrors As IEnumerable(Of ReportableException) = Nothing, Optional backupShareCredentialsErrors As IEnumerable(Of ReportableException) = Nothing, Optional backupStorageAccountErrors As IEnumerable(Of ReportableException) = Nothing, Optional existingBackupErrors As IEnumerable(Of ReportableException) = Nothing, Optional databaseBackupInfo As DatabaseBackupInfo = Nothing) As ValidateMigrationInputSqlServerSqlMITaskOutput
Parameters
- id
- String
Result identifier.
- name
- String
Name of database.
- restoreDatabaseNameErrors
- IEnumerable<ReportableException>
Errors associated with the RestoreDatabaseName.
- backupFolderErrors
- IEnumerable<ReportableException>
Errors associated with the BackupFolder path.
- backupShareCredentialsErrors
- IEnumerable<ReportableException>
Errors associated with backup share user name and password credentials.
- backupStorageAccountErrors
- IEnumerable<ReportableException>
Errors associated with the storage account provided.
- existingBackupErrors
- IEnumerable<ReportableException>
Errors associated with existing backup files.
- databaseBackupInfo
- DatabaseBackupInfo
Information about backup files when existing backup mode is used.
Returns
A new ValidateMigrationInputSqlServerSqlMITaskOutput instance for mocking.
Applies to
Azure SDK for .NET