ElasticProfileArgs

data class ElasticProfileArgs(val desiredCount: Output<Int>? = null) : ConvertibleToJava<ElasticProfileArgs>

Describes the elastic profile of the Container Scale Set

Constructors

Link copied to clipboard
constructor(desiredCount: Output<Int>? = null)

Properties

Link copied to clipboard
val desiredCount: Output<Int>? = null

Functions

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