共用方式為


ProfileType interface

連接字串配置檔,可讓客戶端根據結構化元數據來分組、篩選及選取連接字串值。

屬性

consumerGroup

連接所使用的取用者群組。

displayName

線上的使用者易記名稱。

hostFormat

連接字串中使用的主機格式。

isRegional

若為區域連接字串,僅適用於跨區域 DG,則為 True。

protocol

連接所使用的通訊協定。

sessionMode

指定接聽程式是否執行會話的直接交接,或重新導向會話。

syntaxFormat

指定連接字串是否使用long (LONG)、Easy Connect (EZCONNECT) 或 Easy Connect Plus (EZCONNECTPLUS) 格式。

tlsAuthentication

指定 TLS 交握是使用單向 (SERVER) 或相互 (MUTUAL) 驗證。

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 (LONG)、Easy Connect (EZCONNECT) 或 Easy Connect Plus (EZCONNECTPLUS) 格式。

syntaxFormat: string

屬性值

string

tlsAuthentication

指定 TLS 交握是使用單向 (SERVER) 或相互 (MUTUAL) 驗證。

tlsAuthentication?: string

屬性值

string

value

連接字串值。

value: string

屬性值

string