次の方法で共有


ConnStringInfo クラス

データベース接続文字列情報。

継承
azure.mgmt.web._serialization.Model
ConnStringInfo

コンストラクター

ConnStringInfo(*, name: str | None = None, connection_string: str | None = None, type: str | _models.ConnectionStringType | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
name
str

接続文字列の名前。

connection_string
str

接続文字列の値。

type

データベースの種類。 既知の値は、"MySql"、"SQLServer"、"SQLAzure"、"Custom"、"NotificationHub"、"ServiceBus"、"EventHub"、"ApiHub"、"DocDb"、"RedisCache"、および "PostgreSQL" です。

変数

名前 説明
name
str

接続文字列の名前。

connection_string
str

接続文字列の値。

type

データベースの種類。 既知の値は、"MySql"、"SQLServer"、"SQLAzure"、"Custom"、"NotificationHub"、"ServiceBus"、"EventHub"、"ApiHub"、"DocDb"、"RedisCache"、および "PostgreSQL" です。