SkuCapacityArgs

data class SkuCapacityArgs(val default: Output<Int>? = null, val elasticMaximum: Output<Int>? = null, val maximum: Output<Int>? = null, val minimum: Output<Int>? = null, val scaleType: Output<String>? = null) : ConvertibleToJava<SkuCapacityArgs>

Description of the App Service plan scale options.

Constructors

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

Properties

Link copied to clipboard
val default: Output<Int>? = null

Default number of workers for this App Service plan SKU.

Link copied to clipboard
val elasticMaximum: Output<Int>? = null

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

Link copied to clipboard
val maximum: Output<Int>? = null

Maximum number of workers for this App Service plan SKU.

Link copied to clipboard
val minimum: Output<Int>? = null

Minimum number of workers for this App Service plan SKU.

Link copied to clipboard
val scaleType: Output<String>? = null

Available scale configurations for an App Service plan.

Functions

Link copied to clipboard
open override fun toJava(): SkuCapacityArgs