ScalingPlanHostPoolArgs

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

Constructors

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

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.

Functions

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