ConnStringInfo 類別
資料庫連接字串資訊。
- 繼承
-
azure.mgmt.web._serialization.ModelConnStringInfo
建構函式
ConnStringInfo(*, name: str | None = None, connection_string: str | None = None, type: str | _models.ConnectionStringType | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
name
|
連接字串的名稱。 |
connection_string
|
連接字串值。 |
type
|
資料庫的類型。 已知值為:「MySql」、「SQLServer」、「SQLAzure」、「Custom」、「NotificationHub」、「ServiceBus」、「EventHub」、「ApiHub」、「DocDb」、「RedisCache」 和 「PostgreSQL」。 |
變數
名稱 | Description |
---|---|
name
|
連接字串的名稱。 |
connection_string
|
連接字串值。 |
type
|
資料庫的類型。 已知值為:「MySql」、「SQLServer」、「SQLAzure」、「Custom」、「NotificationHub」、「ServiceBus」、「EventHub」、「ApiHub」、「DocDb」、「RedisCache」 和 「PostgreSQL」。 |