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". |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python