共用方式為


ConnStringInfo 類別

資料庫連接字串資訊。

繼承
azure.mgmt.web._serialization.Model
ConnStringInfo

建構函式

ConnStringInfo(*, name: str | None = None, connection_string: str | None = None, type: str | _models.ConnectionStringType | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
name
str

連接字串的名稱。

connection_string
str

連接字串值。

type

資料庫的類型。 已知值為:「MySql」、「SQLServer」、「SQLAzure」、「Custom」、「NotificationHub」、「ServiceBus」、「EventHub」、「ApiHub」、「DocDb」、「RedisCache」 和 「PostgreSQL」。

變數

名稱 Description
name
str

連接字串的名稱。

connection_string
str

連接字串值。

type

資料庫的類型。 已知值為:「MySql」、「SQLServer」、「SQLAzure」、「Custom」、「NotificationHub」、「ServiceBus」、「EventHub」、「ApiHub」、「DocDb」、「RedisCache」 和 「PostgreSQL」。