SkuResponse

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

Identifies the unique system identifier for each Azure resource.

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.

Link copied to clipboard
val tier: String? = null

The Sku tier.