ConnectToTargetSqlMISyncTaskInput Constructors
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.
Overloads
ConnectToTargetSqlMISyncTaskInput() |
Initializes a new instance of the ConnectToTargetSqlMISyncTaskInput class. |
ConnectToTargetSqlMISyncTaskInput(MiSqlConnectionInfo, AzureActiveDirectoryApp) |
Initializes a new instance of the ConnectToTargetSqlMISyncTaskInput class. |
ConnectToTargetSqlMISyncTaskInput()
Initializes a new instance of the ConnectToTargetSqlMISyncTaskInput class.
public ConnectToTargetSqlMISyncTaskInput ();
Public Sub New ()
Applies to
ConnectToTargetSqlMISyncTaskInput(MiSqlConnectionInfo, AzureActiveDirectoryApp)
Initializes a new instance of the ConnectToTargetSqlMISyncTaskInput class.
public ConnectToTargetSqlMISyncTaskInput (Microsoft.Azure.Management.DataMigration.Models.MiSqlConnectionInfo targetConnectionInfo, Microsoft.Azure.Management.DataMigration.Models.AzureActiveDirectoryApp azureApp);
new Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetSqlMISyncTaskInput : Microsoft.Azure.Management.DataMigration.Models.MiSqlConnectionInfo * Microsoft.Azure.Management.DataMigration.Models.AzureActiveDirectoryApp -> Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetSqlMISyncTaskInput
Public Sub New (targetConnectionInfo As MiSqlConnectionInfo, azureApp As AzureActiveDirectoryApp)
Parameters
- targetConnectionInfo
- MiSqlConnectionInfo
Connection information for Azure SQL Database Managed Instance
- azureApp
- AzureActiveDirectoryApp
Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account