다음을 통해 공유


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 Description
name
str

연결 문자열 이름입니다.

connection_string
str

연결 문자열 값입니다.

type

데이터베이스 유형입니다. 알려진 값은 "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache" 및 "PostgreSQL"입니다.

변수

Name Description
name
str

연결 문자열 이름입니다.

connection_string
str

연결 문자열 값입니다.

type

데이터베이스 유형입니다. 알려진 값은 "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache" 및 "PostgreSQL"입니다.