ValidateMigrationInputSqlServerSqlMITaskInput Class
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.
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(SqlConnectionInfo, SqlConnectionInfo, IEnumerable<MigrateSqlServerSqlMIDatabaseInput>, BlobShare) |
Initializes a new instance of ValidateMigrationInputSqlServerSqlMITaskInput. |
Properties
BackupBlobShareSasUri |
SAS URI of Azure Storage Account Container. |
BackupFileShare |
Backup file share information for all selected databases. |
BackupMode |
Backup Mode to specify whether to use existing backup or create new backup. |
SelectedDatabases |
Databases to migrate. |
SelectedLogins |
Logins to migrate. |
SourceConnectionInfo |
Information for connecting to source. |
TargetConnectionInfo |
Information for connecting to target. |
Applies to
Azure SDK for .NET