App Service Plan Configuration Args
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)