MISqlConnectionInfo 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.
Properties required to create a connection to Azure SQL database Managed instance.
public class MISqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo
type MISqlConnectionInfo = class
inherit ConnectionInfo
Public Class MISqlConnectionInfo
Inherits ConnectionInfo
- Inheritance
Constructors
MISqlConnectionInfo(String) |
Initializes a new instance of MISqlConnectionInfo. |
Properties
ManagedInstanceResourceId |
Resource id for Azure SQL database Managed instance. |
Password |
Password credential. (Inherited from ConnectionInfo) |
UserName |
User name. (Inherited from ConnectionInfo) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET