IMarketplaceSaaSInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MarketplaceSaaSInfoTypeConverter))]
public interface IMarketplaceSaaSInfo : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.MarketplaceSaaSInfoTypeConverter))>]
type IMarketplaceSaaSInfo = interface
interface IJsonSerializable
Public Interface IMarketplaceSaaSInfo
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
BilledAzureSubscriptionId |
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into. |
MarketplaceResourceId |
Marketplace Subscription Details: Resource URI |
MarketplaceStatus |
Marketplace Subscription Details: SaaS Subscription Status |
MarketplaceSubscriptionId |
Marketplace Subscription Id. This is a GUID-formatted string. |
MarketplaceSubscriptionName |
Marketplace Subscription Details: SAAS Name |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |