IBillingInfoResponse 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.BillingInfoResponseTypeConverter))]
public interface IBillingInfoResponse : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.BillingInfoResponseTypeConverter))>]
type IBillingInfoResponse = interface
interface IJsonSerializable
Public Interface IBillingInfoResponse
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
MarketplaceSaaInfoBilledAzureSubscriptionId |
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into. |
MarketplaceSaaInfoMarketplaceResourceId |
Marketplace Subscription Details: Resource URI |
MarketplaceSaaInfoMarketplaceStatus |
Marketplace Subscription Details: SaaS Subscription Status |
MarketplaceSaaInfoMarketplaceSubscriptionId |
Marketplace Subscription Id. This is a GUID-formatted string. |
MarketplaceSaaInfoMarketplaceSubscriptionName |
Marketplace Subscription Details: SAAS Name |
PartnerBillingEntityOrganizationId |
The New Relic Organization Id. |
PartnerBillingEntityOrganizationName |
The New Relic Organization Name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |