DatabaseConnection interface
靜態月臺資料庫連接資源。
- Extends
屬性
configuration |
與此資料庫連接相關聯的組態檔清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
connection |
如果存在,則身分識別會與連接字串搭配使用,以連線到資料庫。 使用系統指派的受控識別會以字串 『SystemAssigned』 表示,而使用使用者指派的受控識別則以受控識別資源的資源標識符表示。 |
connection |
用來連接到資料庫的連接字串。 |
region | 資料庫資源的區域。 |
resource |
資料庫的資源識別碼。 |
繼承的屬性
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
kind | 資源種類。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
configurationFiles
與此資料庫連接相關聯的組態檔清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。
configurationFiles?: StaticSiteDatabaseConnectionConfigurationFileOverview[]
屬性值
connectionIdentity
如果存在,則身分識別會與連接字串搭配使用,以連線到資料庫。 使用系統指派的受控識別會以字串 『SystemAssigned』 表示,而使用使用者指派的受控識別則以受控識別資源的資源標識符表示。
connectionIdentity?: string
屬性值
string
connectionString
用來連接到資料庫的連接字串。
connectionString?: string
屬性值
string
region
資料庫資源的區域。
region?: string
屬性值
string
resourceId
資料庫的資源識別碼。
resourceId?: string
屬性值
string
繼承的屬性詳細資料
id
kind
name
資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
繼承自