ScalingHostPoolReferenceArgs

data class ScalingHostPoolReferenceArgs(val hostPoolArmPath: Output<String>? = null, val scalingPlanEnabled: Output<Boolean>? = null) : ConvertibleToJava<ScalingHostPoolReferenceArgs>

Scaling plan reference to hostpool.

Constructors

Link copied to clipboard
constructor(hostPoolArmPath: Output<String>? = null, scalingPlanEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val hostPoolArmPath: Output<String>? = null

Arm path of referenced hostpool.

Link copied to clipboard
val scalingPlanEnabled: Output<Boolean>? = null

Is the scaling plan enabled for this hostpool.

Functions

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