MySqlConnectionInfo 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
MySqlConnectionInfo() |
Initializes a new instance of the MySqlConnectionInfo class. |
MySqlConnectionInfo(String, Int32, String, String) |
Initializes a new instance of the MySqlConnectionInfo class. |
MySqlConnectionInfo()
Initializes a new instance of the MySqlConnectionInfo class.
public MySqlConnectionInfo ();
Public Sub New ()
Applies to
MySqlConnectionInfo(String, Int32, String, String)
Initializes a new instance of the MySqlConnectionInfo class.
public MySqlConnectionInfo (string serverName, int port, string userName = default, string password = default);
new Microsoft.Azure.Management.DataMigration.Models.MySqlConnectionInfo : string * int * string * string -> Microsoft.Azure.Management.DataMigration.Models.MySqlConnectionInfo
Public Sub New (serverName As String, port As Integer, Optional userName As String = Nothing, Optional password As String = Nothing)
Parameters
- serverName
- String
Name of the server
- port
- Int32
Port for Server
- userName
- String
User name
- password
- String
Password credential.