Package version:
Optional
annotationsList of tags that can be used for describing the linked service.
Optional
connectionAn ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
Optional
connectThe integration runtime reference.
Optional
databaseDatabase name for connection. Type: string.
Optional
descriptionLinked service description.
Optional
driverThe 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.
Optional
encryptedThe encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Optional
parametersParameters for linked service.
Optional
passwordThe Azure key vault secret reference of password in connection string.
Optional
portThe port for the connection. Type: integer.
Optional
serverServer name for connection. Type: string.
Optional
sslThis 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
Optional
usernameUsername for authentication. Type: string.
Optional
useThis 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)
Optional
versionVersion of the linked service.
MariaDB server linked service.