Share via


PartnerBillingEntity Class

Definition

Partner Billing details associated with the resource.

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

Constructors

PartnerBillingEntity()

Creates an new PartnerBillingEntity instance.

Properties

OrganizationId

The New Relic Organization Id.

OrganizationName

The New Relic Organization Name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerBillingEntity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerBillingEntity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerBillingEntity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to