Share via


IPlanData Interface

Definition

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

Properties

BillingCycle

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

EffectiveDate

date when plan was applied

PlanDetail

plan id as published by NewRelic

UsageType

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to