SkuResponse

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

Sku of Azure Spring Apps

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Current capacity of the target resource

Link copied to clipboard
val name: String? = null

Name of the Sku

Link copied to clipboard
val tier: String? = null

Tier of the Sku