GetStaticSiteBuildDatabaseConnectionResult

data class GetStaticSiteBuildDatabaseConnectionResult(val azureApiVersion: String, val configurationFiles: List<StaticSiteDatabaseConnectionConfigurationFileOverviewResponse>, val connectionIdentity: String? = null, val connectionString: String? = null, val id: String, val kind: String? = null, val name: String, val region: String, val resourceId: String, val type: String)

Static Site Database Connection resource.

Constructors

constructor(azureApiVersion: String, configurationFiles: List<StaticSiteDatabaseConnectionConfigurationFileOverviewResponse>, connectionIdentity: String? = null, connectionString: String? = null, id: String, kind: String? = null, name: String, region: String, resourceId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

A list of configuration files associated with this database connection.

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

The connection string to use to connect to the database.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

Link copied to clipboard

The region of the database resource.

Link copied to clipboard

The resource id of the database.

Link copied to clipboard

Resource type.