LiftrBaseMarketplaceDetailsArgs

data class LiftrBaseMarketplaceDetailsArgs(val offerDetails: Output<LiftrBaseOfferDetailsArgs>, val subscriptionId: Output<String>? = null) : ConvertibleToJava<LiftrBaseMarketplaceDetailsArgs>

Marketplace details for an organization

Constructors

Link copied to clipboard
constructor(offerDetails: Output<LiftrBaseOfferDetailsArgs>, subscriptionId: Output<String>? = null)

Properties

Link copied to clipboard

Offer details for the marketplace that is selected by the user

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

Azure subscription id for the the marketplace offer is purchased from

Functions

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