DatabaseConnectionPatchRequest interface
修補時靜態月臺資料庫連線要求屬性資源
屬性
| connection |
如果存在,則身分識別會與連接字串搭配使用,以連線到資料庫。 使用系統指派的受控識別會以字串 『SystemAssigned』 表示,而使用使用者指派的受控識別則以受控識別資源的資源標識符表示。 |
| connection |
用來連接到資料庫的連接字串。 |
| region | 資料庫資源的區域。 |
| resource |
資料庫的資源識別碼。 |
屬性詳細資料
connectionIdentity
如果存在,則身分識別會與連接字串搭配使用,以連線到資料庫。 使用系統指派的受控識別會以字串 『SystemAssigned』 表示,而使用使用者指派的受控識別則以受控識別資源的資源標識符表示。
connectionIdentity?: string
屬性值
string
connectionString
用來連接到資料庫的連接字串。
connectionString?: string
屬性值
string
region
資料庫資源的區域。
region?: string
屬性值
string
resourceId
資料庫的資源識別碼。
resourceId?: string
屬性值
string