MarketplaceResourceArgs

data class MarketplaceResourceArgs(val plan: Output<String>? = null, val product: Output<String>? = null, val publisher: Output<String>? = null) : ConvertibleToJava<MarketplaceResourceArgs>

Purchasing 3rd Party product for one Azure Spring Apps instance

Constructors

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

Properties

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

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

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

The 3rd Party artifact that is being procured.

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

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

Functions

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