MariaDBLinkedService interface
MariaDB 服务器链接服务。
属性
| connection |
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 |
| database | 连接的数据库名称。 类型:字符串。 |
| driver |
MariaDB 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 旧驱动程序计划于 2024 年 10 月弃用。 |
| encrypted |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
| password | 连接字符串中密码的 Azure Key Vault 机密引用。 |
| port | 连接的端口。 类型:整数。 |
| server | 连接的服务器名称。 类型:字符串。 |
| ssl |
此选项指定驱动程序在连接到 MariaDB 时是否使用 TLS 加密和验证。 例如,SSLMode=<0/1/2/3/4>。 选项:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建议仅允许使用 SSL/TLS 加密的连接。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
| username | 身份验证的用户名。 类型:字符串。 |
| use |
此选项指定是使用系统信任存储中的 CA 证书,还是从指定的 PEM 文件使用 CA 证书。 例如 UseSystemTrustStore=<0/1>;选项:已启用 (1) / 禁用 (0) (默认) |
继承属性
| annotations | 可用于描述链接服务的标记列表。 |
| connect |
集成运行时参考。 |
| description | 链接服务说明。 |
| parameters | 链接服务的参数。 |
| version | 链接服务的版本。 |
属性详细信息
connectionString
ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。
connectionString?: any
属性值
any
database
连接的数据库名称。 类型:字符串。
database?: any
属性值
any
driverVersion
MariaDB 驱动程序的版本。 类型:字符串。 对于旧驱动程序,V1 或为空,V2 用于新驱动程序。 V1 可以支持连接字符串和属性包,V2 只能支持连接字符串。 旧驱动程序计划于 2024 年 10 月弃用。
driverVersion?: any
属性值
any
encryptedCredential
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。
encryptedCredential?: string
属性值
string
password
连接字符串中密码的 Azure Key Vault 机密引用。
password?: AzureKeyVaultSecretReference
属性值
port
连接的端口。 类型:整数。
port?: any
属性值
any
server
连接的服务器名称。 类型:字符串。
server?: any
属性值
any
sslMode
此选项指定驱动程序在连接到 MariaDB 时是否使用 TLS 加密和验证。 例如,SSLMode=<0/1/2/3/4>。 选项:DISABLED (0) / PREFERRED (1) /REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) 建议仅允许使用 SSL/TLS 加密的连接。
sslMode?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "MariaDB"
属性值
"MariaDB"
username
身份验证的用户名。 类型:字符串。
username?: any
属性值
any
useSystemTrustStore
此选项指定是使用系统信任存储中的 CA 证书,还是从指定的 PEM 文件使用 CA 证书。 例如 UseSystemTrustStore=<0/1>;选项:已启用 (1) / 禁用 (0) (默认)
useSystemTrustStore?: any
属性值
any
继承属性详细信息
annotations
connectVia
集成运行时参考。
connectVia?: IntegrationRuntimeReference
属性值
继承自
description
parameters
链接服务的参数。
parameters?: {[propertyName: string]: ParameterSpecification}
属性值
{[propertyName: string]: ParameterSpecification}