ConnStringInfo Class
Database connection string information.
- Inheritance
-
azure.mgmt.web._serialization.ModelConnStringInfo
Constructor
ConnStringInfo(*, name: str | None = None, connection_string: str | None = None, type: str | _models.ConnectionStringType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of connection string. |
connection_string
|
Connection string value. |
type
|
Type of database. Known values are: "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache", and "PostgreSQL". |
Variables
Name | Description |
---|---|
name
|
Name of connection string. |
connection_string
|
Connection string value. |
type
|
Type of database. Known values are: "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache", and "PostgreSQL". |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python