ElasticSanSkuArgs

data class ElasticSanSkuArgs(val name: Output<String>, val tier: Output<String>? = null) : ConvertibleToJava<ElasticSanSkuArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, tier: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The SKU name. Possible values are Premium_LRS and Premium_ZRS. Changing this forces a new resource to be created.

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

The SKU tier. The only possible value is Premium. Defaults to Premium.

Functions

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