MariaDBLinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MariaDB server linked service.
public class MariaDBLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.MariaDBLinkedService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.MariaDBLinkedService>
public class MariaDBLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties
type MariaDBLinkedService = class
inherit DataFactoryLinkedServiceProperties
interface IJsonModel<MariaDBLinkedService>
interface IPersistableModel<MariaDBLinkedService>
type MariaDBLinkedService = class
inherit DataFactoryLinkedServiceProperties
Public Class MariaDBLinkedService
Inherits DataFactoryLinkedServiceProperties
Implements IJsonModel(Of MariaDBLinkedService), IPersistableModel(Of MariaDBLinkedService)
Public Class MariaDBLinkedService
Inherits DataFactoryLinkedServiceProperties
- Inheritance
- Implements
Constructors
MariaDBLinkedService() |
Initializes a new instance of MariaDBLinkedService. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Annotations |
List of tags that can be used for describing the linked service. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ConnectionString |
An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. |
ConnectVia |
The integration runtime reference. (Inherited from DataFactoryLinkedServiceProperties) |
Database |
Database name for connection. Type: string. |
Description |
Linked service description. (Inherited from DataFactoryLinkedServiceProperties) |
DriverVersion |
The 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. |
EncryptedCredential |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
LinkedServiceVersion |
Version of the linked service. (Inherited from DataFactoryLinkedServiceProperties) |
Parameters |
Parameters for linked service. (Inherited from DataFactoryLinkedServiceProperties) |
Password |
The Azure key vault secret reference of password in connection string. |
Port |
The port for the connection. Type: integer. |
Server |
Server name for connection. Type: string. |
SslMode |
This 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. |
Username |
Username for authentication. Type: string. |
UseSystemTrustStore |
This 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). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryLinkedServiceProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET