你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatabaseConnectionPatchRequest Class

Static Site Database Connection Request Properties resource when patching.

Inheritance
azure.mgmt.web._serialization.Model
DatabaseConnectionPatchRequest

Constructor

DatabaseConnectionPatchRequest(*, resource_id: str | None = None, connection_identity: str | None = None, connection_string: str | None = None, region: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_id
str

The resource id of the database.

connection_identity
str

If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource.

connection_string
str

The connection string to use to connect to the database.

region
str

The region of the database resource.

Variables

Name Description
resource_id
str

The resource id of the database.

connection_identity
str

If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource.

connection_string
str

The connection string to use to connect to the database.

region
str

The region of the database resource.