SkuCapacityResponse

data class SkuCapacityResponse(val default: Int? = null, val elasticMaximum: Int? = null, val maximum: Int? = null, val minimum: Int? = null, val scaleType: String? = null)

Description of the App Service plan scale options.

Constructors

Link copied to clipboard
constructor(default: Int? = null, elasticMaximum: Int? = null, maximum: Int? = null, minimum: Int? = null, scaleType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val default: Int? = null

Default number of workers for this App Service plan SKU.

Link copied to clipboard
val elasticMaximum: Int? = null

Maximum number of Elastic workers for this App Service plan SKU.

Link copied to clipboard
val maximum: Int? = null

Maximum number of workers for this App Service plan SKU.

Link copied to clipboard
val minimum: Int? = null

Minimum number of workers for this App Service plan SKU.

Link copied to clipboard
val scaleType: String? = null

Available scale configurations for an App Service plan.