PlanData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |