ConnStringValueTypePair Class
Database connection string value to type pair.
All required parameters must be populated in order to send to server.
Constructor
ConnStringValueTypePair(*, value: str, type: str | _models.ConnectionStringType, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
Value of pair. Required. |
|
type
|
Type of database. Required. Known values are: "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache", and "PostgreSQL". |
Variables
| Name | Description |
|---|---|
|
value
|
Value of pair. Required. |
|
type
|
Type of database. Required. Known values are: "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache", and "PostgreSQL". |