PlanSku

data class PlanSku(val capacity: Int? = null, val size: String, val tier: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Specifies the number of workers associated with this App Service Plan.

Link copied to clipboard

Specifies the plan's instance size.

Link copied to clipboard

Specifies the plan's pricing tier.