Show / Hide Table of Contents

Class AzureMariaDBLinkedService

Azure Database for MariaDB linked service.

Inheritance
System.Object
LinkedService
AzureMariaDBLinkedService
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.AzureMariaDBLinkedService/AzureMariaDBLinkedServiceConverter))]
public class AzureMariaDBLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

AzureMariaDBLinkedService()

Initializes a new instance of AzureMariaDBLinkedService.

Declaration
public AzureMariaDBLinkedService ();

Properties

ConnectionString

An ODBC 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

Pwd

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

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

Back to top Azure SDK for .NET