Get Database Result
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.
Properties
Link copied to clipboard
The default secondary location of the SQL 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
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.