DatabaseConnectionOverview interface
Static Site Database Connection overview.
Properties
configuration |
A list of configuration files associated with this database connection. NOTE: This property will not be serialized. It can only be populated by the server. |
connection |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
name | If present, the name of this database connection resource. NOTE: This property will not be serialized. It can only be populated by the server. |
region | The region of the database resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The resource id of the database. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
configurationFiles
A list of configuration files associated with this database connection. NOTE: This property will not be serialized. It can only be populated by the server.
configurationFiles?: StaticSiteDatabaseConnectionConfigurationFileOverview[]
Property Value
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. NOTE: This property will not be serialized. It can only be populated by the server.
connectionIdentity?: string
Property Value
string
name
If present, the name of this database connection resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
region
The region of the database resource. NOTE: This property will not be serialized. It can only be populated by the server.
region?: string
Property Value
string
resourceId
The resource id of the database. NOTE: This property will not be serialized. It can only be populated by the server.
resourceId?: string
Property Value
string