Marketplace Saa SInfo Response
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.
Properties
Link copied to clipboard
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
Link copied to clipboard
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
Marketplace Subscription
Link copied to clipboard
Flag specifying if the Marketplace status is subscribed or not.