Share via


BillingInfoResponse Class

Definition

Marketplace Subscription and Organization details to which resource gets billed into.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.BillingInfoResponseTypeConverter))]
public class BillingInfoResponse : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IBillingInfoResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.BillingInfoResponseTypeConverter))>]
type BillingInfoResponse = class
    interface IBillingInfoResponse
    interface IJsonSerializable
Public Class BillingInfoResponse
Implements IBillingInfoResponse
Inheritance
BillingInfoResponse
Attributes
Implements

Constructors

BillingInfoResponse()

Creates an new BillingInfoResponse instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BillingInfoResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BillingInfoResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IBillingInfoResponse.

FromJsonString(String)

Creates a new instance of BillingInfoResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BillingInfoResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to