GetDatabaseResult

data class GetDatabaseResult(val collation: String, val defaultSecondaryLocation: String, val edition: String, val elasticPoolName: String, val failoverGroupId: String, val id: String, val location: String, val name: String, val readScale: Boolean, val resourceGroupName: String, val serverName: String, val tags: Map<String, String>? = null)

A collection of values returned by getDatabase.

Constructors

Link copied to clipboard
constructor(collation: String, defaultSecondaryLocation: String, edition: String, elasticPoolName: String, failoverGroupId: String, id: String, location: String, name: String, readScale: Boolean, resourceGroupName: String, serverName: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the collation.

Link copied to clipboard

The default secondary location of the SQL Database.

Link copied to clipboard

The edition of the database.

Link copied to clipboard

The name of the elastic database pool the database belongs to.

Link copied to clipboard

The ID of the failover group the database belongs to.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The location of the Resource Group in which the SQL Server exists.

Link copied to clipboard

The name of the database.

Link copied to clipboard

Indicate if read-only connections will be redirected to a high-available replica.

Link copied to clipboard

The name of the resource group in which the database resides. This will always be the same resource group as the Database Server.

Link copied to clipboard

The name of the SQL Server on which to create the database.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags assigned to the resource.