GetSqlDatabaseResult

data class GetSqlDatabaseResult(val accountName: String, val autoscaleSettings: List<GetSqlDatabaseAutoscaleSetting>, val id: String, val name: String, val resourceGroupName: String, val throughput: Int)

A collection of values returned by getSqlDatabase.

Constructors

Link copied to clipboard
constructor(accountName: String, autoscaleSettings: List<GetSqlDatabaseAutoscaleSetting>, id: String, name: String, resourceGroupName: String, throughput: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

An autoscale_settings block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The throughput of SQL database (RU/s).