你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConnStringInfo 类
数据库连接字符串信息。
- 继承
-
azure.mgmt.web._serialization.ModelConnStringInfo
构造函数
ConnStringInfo(*, name: str | None = None, connection_string: str | None = None, type: str | _models.ConnectionStringType | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
name
|
连接字符串的名称。 |
connection_string
|
连接字符串值。 |
type
|
数据库的类型。 已知值为:“MySql”、“SQLServer”、“SQLAzure”、“Custom”、“NotificationHub”、“ServiceBus”、“EventHub”、“ApiHub”、“DocDb”、“RedisCache”和“PostgreSQL”。 |
变量
名称 | 说明 |
---|---|
name
|
连接字符串的名称。 |
connection_string
|
连接字符串值。 |
type
|
数据库的类型。 已知值为:“MySql”、“SQLServer”、“SQLAzure”、“Custom”、“NotificationHub”、“ServiceBus”、“EventHub”、“ApiHub”、“DocDb”、“RedisCache”和“PostgreSQL”。 |