MySqlConnectionInfo 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.
Information for connecting to MySQL server
[Newtonsoft.Json.JsonObject("MySqlConnectionInfo")]
public class MySqlConnectionInfo : Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo
[<Newtonsoft.Json.JsonObject("MySqlConnectionInfo")>]
type MySqlConnectionInfo = class
inherit ConnectionInfo
Public Class MySqlConnectionInfo
Inherits ConnectionInfo
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MySqlConnectionInfo() |
Initializes a new instance of the MySqlConnectionInfo class. |
MySqlConnectionInfo(String, Int32, String, String) |
Initializes a new instance of the MySqlConnectionInfo class. |
Properties
Password |
Gets or sets password credential. (Inherited from ConnectionInfo) |
Port |
Gets or sets port for Server |
ServerName |
Gets or sets name of the server |
UserName |
Gets or sets user name (Inherited from ConnectionInfo) |
Methods
Validate() |
Validate the object. |