Compartir a través de


DatabaseConnectionPatchRequest interface

Static Site Database Connection Request Properties resource when patching

Properties

connectionIdentity

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.

connectionString

The connection string to use to connect to the database.

region

The region of the database resource.

resourceId

The resource id of the database.

Property Details

connectionIdentity

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.

connectionIdentity?: string

Property Value

string

connectionString

The connection string to use to connect to the database.

connectionString?: string

Property Value

string

region

The region of the database resource.

region?: string

Property Value

string

resourceId

The resource id of the database.

resourceId?: string

Property Value

string