SqlManagedInstanceSkuArgs

data class SqlManagedInstanceSkuArgs(val capacity: Output<Int>? = null, val dev: Output<Boolean>? = null, val family: Output<String>? = null, val name: Output<SqlManagedInstanceSkuName>, val size: Output<String>? = null, val tier: Output<SqlManagedInstanceSkuTier>? = null) : ConvertibleToJava<SqlManagedInstanceSkuArgs>

The resource model definition representing SKU for Azure Managed Instance - Azure Arc

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, dev: Output<Boolean>? = null, family: Output<String>? = null, name: Output<SqlManagedInstanceSkuName>, size: Output<String>? = null, tier: Output<SqlManagedInstanceSkuTier>? = null)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

The SKU capacity

Link copied to clipboard
val dev: Output<Boolean>? = null

Whether dev/test is enabled. When the dev field is set to true, the resource is used for dev/test purpose.

Link copied to clipboard
val family: Output<String>? = null

The SKU family

Link copied to clipboard

The name of the SKU.

Link copied to clipboard
val size: Output<String>? = null

The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.

Link copied to clipboard
val tier: Output<SqlManagedInstanceSkuTier>? = null

The pricing tier for the instance.

Functions

Link copied to clipboard
open override fun toJava(): SqlManagedInstanceSkuArgs