Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateSqlServerSqlMITaskInput

Package version

Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance.

Hierarchy

Index

Properties

Optional aadDomainName

aadDomainName: undefined | string

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

backupBlobShare

backupBlobShare: BlobShare

SAS URI of Azure Storage Account Container to be used for storing backup files.

Optional backupFileShare

backupFileShare: FileShare

Backup file share information for all selected databases.

Optional backupMode

backupMode: 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. Possible values include: 'CreateBackup', 'ExistingBackup'

Optional selectedAgentJobs

selectedAgentJobs: string[]

Agent Jobs to migrate.

selectedDatabases

Databases to migrate

Optional selectedLogins

selectedLogins: string[]

Logins to migrate.

sourceConnectionInfo

sourceConnectionInfo: SqlConnectionInfo

Information for connecting to source

targetConnectionInfo

targetConnectionInfo: SqlConnectionInfo

Information for connecting to target

Generated using TypeDoc