ConnStringValueTypePair Class

Database connection string value to type pair.

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

Inheritance
ConnStringValueTypePair

Constructor

ConnStringValueTypePair(*, value: str, type: Union[str, azure.mgmt.web.v2016_08_01.models._web_site_management_client_enums.ConnectionStringType], **kwargs)

Parameters

value
str
Required

Required. Value of pair.

type
str or ConnectionStringType
Required

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