Share via


PlanData Class

Definition

Plan data of NewRelic Monitor resource

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

Constructors

PlanData()

Creates an new PlanData instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PlanData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PlanData.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PlanData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to