AnalyticsSolutionPlan

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard

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: String? = null

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

Link copied to clipboard

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