ScaleSetPlanArgs

data class ScaleSetPlanArgs(val name: Output<String>, val product: Output<String>, val publisher: Output<String>) : ConvertibleToJava<ScaleSetPlanArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, product: Output<String>, publisher: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the image from the marketplace.

Link copied to clipboard
val product: Output<String>

Specifies the product of the image from the marketplace.

Link copied to clipboard
val publisher: Output<String>

Specifies the publisher of the image.

Functions

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