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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python