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

ProfileType interface

允许客户端根据结构化元数据对连接字符串值进行分组、筛选和选择的连接字符串配置文件。

属性

consumerGroup

连接使用的使用者组。

displayName

连接的用户友好名称。

hostFormat

连接字符串中使用的主机格式。

isRegional

对于区域连接字符串,仅适用于跨区域 DG,则为 True。

protocol

连接使用的协议。

sessionMode

指定侦听器是执行会话的直接移交,还是重定向会话。

syntaxFormat

指定连接字符串是使用长 (LONG)、Easy Connect (EZCONNECT)还是 Easy Connect Plus (EZCONNECTPLUS) 格式。

tlsAuthentication

指定 TLS 握手是使用单向(服务器)还是相互(相互)身份验证。

value

连接字符串值。

属性详细信息

consumerGroup

连接使用的使用者组。

consumerGroup?: string

属性值

string

displayName

连接的用户友好名称。

displayName: string

属性值

string

hostFormat

连接字符串中使用的主机格式。

hostFormat: string

属性值

string

isRegional

对于区域连接字符串,仅适用于跨区域 DG,则为 True。

isRegional?: boolean

属性值

boolean

protocol

连接使用的协议。

protocol: string

属性值

string

sessionMode

指定侦听器是执行会话的直接移交,还是重定向会话。

sessionMode: string

属性值

string

syntaxFormat

指定连接字符串是使用长 (LONG)、Easy Connect (EZCONNECT)还是 Easy Connect Plus (EZCONNECTPLUS) 格式。

syntaxFormat: string

属性值

string

tlsAuthentication

指定 TLS 握手是使用单向(服务器)还是相互(相互)身份验证。

tlsAuthentication?: string

属性值

string

value

连接字符串值。

value: string

属性值

string