ElasticSanSku

data class ElasticSanSku(val name: String, val tier: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: String? = null

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