DatabaseConnectionOverview Class
Static Site Database Connection overview.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelDatabaseConnectionOverview
Constructor
DatabaseConnectionOverview(**kwargs: Any)
Variables
Name | Description |
---|---|
resource_id
|
The resource id of the database. |
connection_identity
|
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. |
region
|
The region of the database resource. |
configuration_files
|
A list of configuration files associated with this database connection. |
name
|
If present, the name of this database connection resource. |
Azure SDK for Python