你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzurePostgreSqlLinkedService interface

Azure PostgreSQL 链接服务。

扩展

属性

azureCloudType

指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串(或带有 resultType 字符串的表达式)。

commandTimeout

在尝试执行命令之前,等待时间(以秒为单位),然后再终止尝试并生成错误。 对于无穷大,设置为零。 类型:整数。

connectionString

ODBC 连接字符串。 类型:string、SecureString 或 AzureKeyVaultSecretReference。

credential

包含身份验证信息的凭据引用。

database

连接的数据库名称。 类型:字符串。

encoding

获取或设置用于对 PostgreSQL 字符串数据进行编码/解码的 .NET 编码。 类型:字符串

encryptedCredential

用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。

password

连接字符串中密码的 Azure Key Vault 机密引用。

port

连接的端口。 类型:整数。

readBufferSize

确定读取时内部缓冲区使用的大小。 如果从数据库传输大型值,则提高性能可能会提高。 类型:整数。

server

连接的服务器名称。 类型:字符串。

servicePrincipalCredentialType

在服务器To-Server 身份验证中使用的服务主体凭据类型。 密钥/机密的“ServicePrincipalKey”,证书的“ServicePrincipalCert”。 类型:字符串(或带有 resultType 字符串的表达式)。

servicePrincipalEmbeddedCert

指定在 Azure Active Directory 中注册的应用程序的 base64 编码证书。 类型:字符串(或带有 resultType 字符串的表达式)。

servicePrincipalEmbeddedCertPassword

如果证书具有密码,并且使用的是 AadServicePrincipal 身份验证,请指定证书的密码。 类型:字符串(或带有 resultType 字符串的表达式)。

servicePrincipalId

用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的 ID。 类型:字符串(或带有 resultType 字符串的表达式)。

servicePrincipalKey

用于对 Azure Database for PostgreSQL 灵活服务器进行身份验证的服务主体的密钥。

sslMode

用于连接的 SSL 模式。 类型:整数。 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. 类型:整数。

tenant

服务主体所属的租户的名称或 ID。 类型:字符串(或带有 resultType 字符串的表达式)。

timeout

在终止尝试并生成错误之前,尝试建立连接的时间(以秒为单位)。 类型:整数。

timezone

获取或设置会话时区。 类型:字符串。

trustServerCertificate

是否信任服务器证书而不验证它。 类型:布尔值。

type

多态鉴别器,它指定此对象可以的不同类型的

username

身份验证的用户名。 类型:字符串。

继承属性

annotations

可用于描述链接服务的标记列表。

connectVia

集成运行时参考。

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

包含身份验证信息的凭据引用。

credential?: CredentialReference

属性值

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

可用于描述链接服务的标记列表。

annotations?: any[]

属性值

any[]

继承自LinkedService.annotations

connectVia

集成运行时参考。

connectVia?: IntegrationRuntimeReference

属性值

继承自LinkedService.connectVia

description

链接服务说明。

description?: string

属性值

string

继承自LinkedService.description

parameters

链接服务的参数。

parameters?: {[propertyName: string]: ParameterSpecification}

属性值

{[propertyName: string]: ParameterSpecification}

继承自LinkedService.parameters

version

链接服务的版本。

version?: string

属性值

string

继承自LinkedService.version