MigrateSqlServerSqlMITaskInput 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 migrates SQL Server databases to Azure SQL Database Managed Instance.
public class MigrateSqlServerSqlMITaskInput : Azure.ResourceManager.DataMigration.Models.SqlMigrationTaskInput
type MigrateSqlServerSqlMITaskInput = class
inherit SqlMigrationTaskInput
Public Class MigrateSqlServerSqlMITaskInput
Inherits SqlMigrationTaskInput
- Inheritance
Constructors
MigrateSqlServerSqlMITaskInput(SqlConnectionInfo, SqlConnectionInfo, IEnumerable<MigrateSqlServerSqlMIDatabaseInput>, BlobShare) |
Initializes a new instance of MigrateSqlServerSqlMITaskInput. |
Properties
AadDomainName |
Azure Active Directory domain name in the format of 'contoso.com' for federated Azure AD or 'contoso.onmicrosoft.com' for managed domain, required if and only if Windows logins are selected. |
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. If using existing backups, backup file paths are required to be provided in selectedDatabases. |
EncryptedKeyForSecureFields |
encrypted key for secure fields. |
SelectedAgentJobs |
Agent Jobs to migrate. |
SelectedDatabases |
Databases to migrate. |
SelectedLogins |
Logins to migrate. |
SourceConnectionInfo |
Information for connecting to source. (Inherited from SqlMigrationTaskInput) |
StartedOn |
Date and time relative to UTC when the migration was started on. |
TargetConnectionInfo |
Information for connecting to target. (Inherited from SqlMigrationTaskInput) |
Applies to
Azure SDK for .NET