ConnStringInfo Class

Database connection string information.

Inheritance
azure.mgmt.web._serialization.Model
ConnStringInfo

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
str

Name of connection string.

connection_string
str

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
str

Name of connection string.

connection_string
str

Connection string value.

type

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