GetAppServicePlanSku

data class GetAppServicePlanSku(val capacity: Int, val size: String, val tier: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.