ApplicationPlanArgs

data class ApplicationPlanArgs(val name: Output<String>, val product: Output<String>, val promotionCode: Output<String>? = null, val publisher: Output<String>, val version: Output<String>) : ConvertibleToJava<ApplicationPlanArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, product: Output<String>, promotionCode: Output<String>? = null, publisher: Output<String>, version: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the plan from the marketplace. Changing this forces a new resource to be created.

Link copied to clipboard
val product: Output<String>

Specifies the product of the plan from the marketplace. Changing this forces a new resource to be created.

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

Specifies the promotion code to use with the plan. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: Output<String>

Specifies the publisher of the plan. Changing this forces a new resource to be created.

Link copied to clipboard
val version: Output<String>

Specifies the version of the plan from the marketplace. Changing this forces a new resource to be created.

Functions

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