ArmPlanResponse

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

The plan object in Azure Resource Manager, represents a marketplace plan.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name.

Link copied to clipboard
val product: String? = null

The product.

Link copied to clipboard
val promotionCode: String? = null

The promotion code.

Link copied to clipboard
val publisher: String? = null

The publisher.

Link copied to clipboard
val version: String? = null

Version of product.