PlanSkuArgs

data class PlanSkuArgs(val capacity: Output<Int>? = null, val size: Output<String>, val tier: Output<String>) : ConvertibleToJava<PlanSkuArgs>

Constructors

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

Properties

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

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

Link copied to clipboard
val size: Output<String>

Specifies the plan's instance size.

Link copied to clipboard
val tier: Output<String>

Specifies the plan's pricing tier.

Functions

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