MigrateSqlServerSqlMITaskInput interface     
Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance.
- Extends
Properties
| aad | 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 | 
| backup | SAS URI of Azure Storage Account Container to be used for storing backup files. | 
| backup | Backup file share information for all selected databases. | 
| backup | 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. | 
| encrypted | encrypted key for secure fields | 
| selected | Agent Jobs to migrate. | 
| selected | Databases to migrate | 
| selected | Logins to migrate. | 
| started | Date and time relative to UTC when the migration was started on | 
Inherited Properties
| source | Information for connecting to source | 
| target | Information for connecting to target | 
Property Details
		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
aadDomainName?: stringProperty Value
string
		backupBlobShare
	  
	SAS URI of Azure Storage Account Container to be used for storing backup files.
backupBlobShare: BlobShareProperty Value
		backupFileShare
	  
	Backup file share information for all selected databases.
backupFileShare?: FileShareProperty Value
		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.
backupMode?: stringProperty Value
string
		encryptedKeyForSecureFields
	    
	encrypted key for secure fields
encryptedKeyForSecureFields?: stringProperty Value
string
		selectedAgentJobs
	  
	Agent Jobs to migrate.
selectedAgentJobs?: string[]Property Value
string[]
		selectedDatabases
	 
	Databases to migrate
selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[]Property Value
		selectedLogins
	 
	Logins to migrate.
selectedLogins?: string[]Property Value
string[]
		startedOn
	 
	Date and time relative to UTC when the migration was started on
startedOn?: stringProperty Value
string
Inherited Property Details
		sourceConnectionInfo
	  
	Information for connecting to source
sourceConnectionInfo: SqlConnectionInfoProperty Value
Inherited From SqlMigrationTaskInput.sourceConnectionInfo
		targetConnectionInfo
	  
	Information for connecting to target
targetConnectionInfo: SqlConnectionInfoProperty Value
Inherited From SqlMigrationTaskInput.targetConnectionInfo