MarketplaceSaaSInfoResponse

data class MarketplaceSaaSInfoResponse(val billedAzureSubscriptionId: String? = null, val marketplaceName: String? = null, val marketplaceResourceId: String? = null, val marketplaceStatus: String? = null, val marketplaceSubscription: MarketplaceSaaSInfoResponseMarketplaceSubscription? = null, val subscribed: Boolean? = null)

Marketplace SAAS Info of the resource.

Constructors

Link copied to clipboard
constructor(billedAzureSubscriptionId: String? = null, marketplaceName: String? = null, marketplaceResourceId: String? = null, marketplaceStatus: String? = null, marketplaceSubscription: MarketplaceSaaSInfoResponseMarketplaceSubscription? = null, subscribed: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.

Link copied to clipboard
val marketplaceName: String? = null

Marketplace Subscription Details: SAAS Name

Link copied to clipboard

Marketplace Subscription Details: Resource URI

Link copied to clipboard

Marketplace Subscription Details: SaaS Subscription Status

Link copied to clipboard
Link copied to clipboard
val subscribed: Boolean? = null

Flag specifying if the Marketplace status is subscribed or not.