Database Connection Overview Response
data class DatabaseConnectionOverviewResponse(val configurationFiles: List<StaticSiteDatabaseConnectionConfigurationFileOverviewResponse>, val connectionIdentity: String, val name: String, val region: String, val resourceId: String)
Static Site Database Connection overview.
Constructors
Link copied to clipboard
fun DatabaseConnectionOverviewResponse(configurationFiles: List<StaticSiteDatabaseConnectionConfigurationFileOverviewResponse>, connectionIdentity: String, name: String, region: String, resourceId: String)
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard