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.
public class MySqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo
type MySqlConnectionInfo = class
inherit ConnectionInfo
Public Class MySqlConnectionInfo
Inherits ConnectionInfo
- Inheritance
Constructors
MySqlConnectionInfo(String, Int32) |
Initializes a new instance of MySqlConnectionInfo. |
Properties
AdditionalSettings |
Additional connection settings. |
Authentication |
Authentication type to use for connection. |
DataSource |
Data source. |
EncryptConnection |
Whether to encrypt the connection. |
Password |
Password credential. (Inherited from ConnectionInfo) |
Port |
Port for Server. |
ServerName |
Name of the server. |
UserName |
User name. (Inherited from ConnectionInfo) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET