ScalingHostPoolReferenceResponse

data class ScalingHostPoolReferenceResponse(val hostPoolArmPath: String? = null, val scalingPlanEnabled: Boolean? = null)

Scaling plan reference to hostpool.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostPoolArmPath: String? = null

Arm path of referenced hostpool.

Link copied to clipboard

Is the scaling plan enabled for this hostpool.