SkuResponse

data class SkuResponse(val capacity: String? = null, val family: String? = null, val name: String, val size: String? = null, val tier: String? = null)

Identifies the unique system identifier for each Azure resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: String? = null

The sku capacity

Link copied to clipboard
val family: String? = null

The sku family

Link copied to clipboard

Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the backupstorageconfig

Link copied to clipboard
val size: String? = null

The sku size

Link copied to clipboard
val tier: String? = null

The Sku tier.