AnalyticsSolutionPlanArgs

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

Constructors

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

Properties

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

The product name of the solution. For example OMSGallery/Containers. Changing this forces a new resource to be created.

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

A promotion code to be used with the solution. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: Output<String>

The publisher of the solution. For example Microsoft. Changing this forces a new resource to be created.

Functions

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