AzurePostgreSqlLinkedService interface    
Azure PostgreSQL 链接服务。
属性
| azure | 指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。 | 
| command | 在尝试执行命令之前,等待时间(以秒为单位),然后再终止尝试并生成错误。 对于无穷大,设置为零。 类型:整数。 | 
| connection | ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。 | 
| credential | 包含身份验证信息的凭据引用。 | 
| database | 连接的数据库名称。 类型:字符串。 | 
| encoding | 获取或设置用于对 PostgreSQL 字符串数据进行编码/解码的 .NET 编码。 类型:字符串 | 
| encrypted | 用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 | 
| password | 连接字符串中密码的 Azure Key Vault 机密引用。 | 
| port | 连接的端口。 类型:整数。 | 
| read | 确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则提高性能可能会提高。 类型:整数。 | 
| server | 连接的服务器名称。 类型:字符串。 | 
| service | 在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。 | 
| service | 指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。 | 
| service | 如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。 | 
| service | 用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 | 
| service | 用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。 | 
| ssl | 用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。 | 
| tenant | 服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 | 
| timeout | 在终止尝试并生成错误之前,尝试建立连接的时间(以秒为单位)。 类型:整数。 | 
| timezone | 获取或设置会话时区。 类型:字符串。 | 
| trust | 是否信任服务器证书而不验证它。 类型:布尔值。 | 
| type | 多态鉴别器,它指定此对象可以的不同类型的 | 
| username | 身份验证的用户名。 类型:字符串。 | 
继承属性
| annotations | 可用于描述链接服务的标记列表。 | 
| connect | 集成运行时参考。 | 
| description | 链接服务说明。 | 
| parameters | 链接服务的参数。 | 
| version | 链接服务的版本。 | 
属性详细信息
		azureCloudType
	  
	指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。
azureCloudType?: any属性值
any
		commandTimeout
	 
	在尝试执行命令之前,等待时间(以秒为单位),然后再终止尝试并生成错误。 对于无穷大,设置为零。 类型:整数。
commandTimeout?: any属性值
any
		connectionString
	 
	ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。
connectionString?: any属性值
any
credential
database
连接的数据库名称。 类型:字符串。
database?: any属性值
any
encoding
获取或设置用于对 PostgreSQL 字符串数据进行编码/解码的 .NET 编码。 类型:字符串
encoding?: any属性值
any
		encryptedCredential
	 
	用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。
encryptedCredential?: string属性值
string
password
连接字符串中密码的 Azure Key Vault 机密引用。
password?: AzureKeyVaultSecretReference属性值
port
连接的端口。 类型:整数。
port?: any属性值
any
		readBufferSize
	  
	确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则提高性能可能会提高。 类型:整数。
readBufferSize?: any属性值
any
server
连接的服务器名称。 类型:字符串。
server?: any属性值
any
		servicePrincipalCredentialType
	   
	在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。
servicePrincipalCredentialType?: any属性值
any
		servicePrincipalEmbeddedCert
	   
	指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。
servicePrincipalEmbeddedCert?: SecretBaseUnion属性值
		servicePrincipalEmbeddedCertPassword
	    
	如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion属性值
		servicePrincipalId
	  
	用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。
servicePrincipalId?: any属性值
any
		servicePrincipalKey
	  
	用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。
servicePrincipalKey?: SecretBaseUnion属性值
		sslMode
	 
	用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。
sslMode?: any属性值
any
tenant
服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。
tenant?: any属性值
any
timeout
在终止尝试并生成错误之前,尝试建立连接的时间(以秒为单位)。 类型:整数。
timeout?: any属性值
any
timezone
获取或设置会话时区。 类型:字符串。
timezone?: any属性值
any
		trustServerCertificate
	  
	是否信任服务器证书而不验证它。 类型:布尔值。
trustServerCertificate?: any属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "AzurePostgreSql"属性值
"AzurePostgreSql"
username
身份验证的用户名。 类型:字符串。
username?: any属性值
any
继承属性详细信息
annotations
		connectVia
	 
	集成运行时参考。
connectVia?: IntegrationRuntimeReference属性值
继承自
description
parameters
链接服务的参数。
parameters?: {[propertyName: string]: ParameterSpecification}属性值
{[propertyName: string]: ParameterSpecification}