ScalingPlanHostPoolArgs

data class ScalingPlanHostPoolArgs(val hostpoolId: Output<String>, val scalingPlanEnabled: Output<Boolean>) : ConvertibleToJava<ScalingPlanHostPoolArgs>

Constructors

Link copied to clipboard
fun ScalingPlanHostPoolArgs(hostpoolId: Output<String>, scalingPlanEnabled: Output<Boolean>)

Functions

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

Properties

Link copied to clipboard
val hostpoolId: Output<String>

The ID of the HostPool to assign the Scaling Plan to.

Link copied to clipboard

Specifies if the scaling plan is enabled or disabled for the HostPool.