AppServicePlanConfigurationArgs

data class AppServicePlanConfigurationArgs(val capacity: Output<Int>? = null, val tier: Output<Either<String, AppServicePlanTier>>? = null) : ConvertibleToJava<AppServicePlanConfigurationArgs>

Configuration details of app service plan

Constructors

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

Properties

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

The number of workers in app service plan. If this is not set or set to 0, auto scale will be configured for the app service plan, otherwise, instance count is set to this number.

Link copied to clipboard
val tier: Output<Either<String, AppServicePlanTier>>? = null

The App Service plan tier.

Functions

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