ApplicationPlan

data class ApplicationPlan(val name: String, val product: String, val promotionCode: String? = null, val publisher: String, val version: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val promotionCode: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

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