OnPremisesMySqlLinkedService Class

Definition

Linked Service for MySQL data source.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesMySql")]
public class OnPremisesMySqlLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
Attributes

Constructors

OnPremisesMySqlLinkedService()
OnPremisesMySqlLinkedService(String, String, String, String)

Properties

AuthenticationType

Required. AuthenticationType to be used for connection.

Database

Required. Database name for connection.

EncryptedCredential

Optional. The encrypted credential for authentication.

GatewayName

Required. The on-premises gateway name.

Password

Optional. Password for authentication.

Schema

Optional. Schema name for connection.

Server

Required. Server name for connection.

Username

Optional. Username for authentication.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)