ConnStringInfo Class
Database connection string information.
- Inheritance
-
ConnStringInfo
Constructor
ConnStringInfo(*, name: Optional[str] = None, connection_string: Optional[str] = None, type: Optional[Union[str, azure.mgmt.web.v2016_03_01.models._web_site_management_client_enums.ConnectionStringType]] = None, **kwargs)
Parameters
- type
- str or ConnectionStringType
Required
Type of database. Possible values include: "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache", "PostgreSQL".
Feedback
Submit and view feedback for