Package version:
OptionalannotationsList of tags that can be used for describing the linked service.
OptionalconnectionAn ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
OptionalconnectThe integration runtime reference.
OptionaldatabaseDatabase name for connection. Type: string.
OptionaldescriptionLinked service description.
OptionaldriverThe version of the MariaDB driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string. The legacy driver is scheduled for deprecation by October 2024.
OptionalencryptedThe encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
OptionalparametersParameters for linked service.
OptionalpasswordThe Azure key vault secret reference of password in connection string.
OptionalportThe port for the connection. Type: integer.
OptionalserverServer name for connection. Type: string.
OptionalsslThis option specifies whether the driver uses TLS encryption and verification when connecting to MariaDB. E.g., SSLMode=<0/1/2/3/4>. Options: DISABLED (0) / PREFERRED (1) (Default) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) is recommended to only allow connections encrypted with SSL/TLS.
Polymorphic discriminator, which specifies the different types this object can be
OptionalusernameUsername for authentication. Type: string.
OptionaluseThis option specifies whether to use a CA certificate from the system trust store, or from a specified PEM file. E.g. UseSystemTrustStore=<0/1>; Options: Enabled (1) / Disabled (0) (Default)
OptionalversionVersion of the linked service.
MariaDB server linked service.