Show / Hide Table of Contents

Class AzureMySqlLinkedService

Azure MySQL database linked service.

Inheritance
System.Object
LinkedService
AzureMySqlLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMySqlLinkedService/AzureMySqlLinkedServiceConverter))]
public class AzureMySqlLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

AzureMySqlLinkedService(Object)

Initializes a new instance of AzureMySqlLinkedService.

Declaration
public AzureMySqlLinkedService (object connectionString);
Parameters
System.Object connectionString

The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

Exceptions
System.ArgumentNullException

connectionString is null.

Properties

ConnectionString

The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

Declaration
public object ConnectionString { get; set; }
Property Value
System.Object

EncryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Declaration
public object EncryptedCredential { get; set; }
Property Value
System.Object

Password

The Azure key vault secret reference of password in connection string.

Declaration
public Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultSecretReference Password { get; set; }
Property Value
AzureKeyVaultSecretReference

Back to top Azure SDK for .NET