Share via


IPlanDataProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.PlanDataPropertiesTypeConverter))]
public interface IPlanDataProperties : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.PlanDataPropertiesTypeConverter))>]
type IPlanDataProperties = interface
    interface IJsonSerializable
Public Interface IPlanDataProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AccountCreationSource

Source of account creation

OrgCreationSource

Source of org creation

PlanDataBillingCycle

Different billing cycles like MONTHLY/WEEKLY. this could be enum

PlanDataEffectiveDate

date when plan was applied

PlanDataPlanDetail

plan id as published by NewRelic

PlanDataUsageType

Different usage type like PAYG/COMMITTED. this could be enum

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to