ConnStringValueTypePair Class

Database connection string value to type pair.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.web._serialization.Model
ConnStringValueTypePair

Constructor

ConnStringValueTypePair(*, value: str, type: str | _models.ConnectionStringType, **kwargs: Any)

Keyword-Only Parameters

Name Description
value
str

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
str

Value of pair. Required.

type

Type of database. Required. Known values are: "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache", and "PostgreSQL".