MarketplaceResourceResponse

data class MarketplaceResourceResponse(val plan: String? = null, val product: String? = null, val publisher: String? = null)

Purchasing 3rd Party product for one Azure Spring Apps instance

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val plan: String? = null

The plan id of the 3rd Party Artifact that is being procured.

Link copied to clipboard
val product: String? = null

The 3rd Party artifact that is being procured.

Link copied to clipboard
val publisher: String? = null

The publisher id of the 3rd Party Artifact that is being bought.