Delen via


NewRelicPlanDetails Class

Definition

Plan data of NewRelic Monitor resource.

public class NewRelicPlanDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NewRelicObservability.Models.NewRelicPlanDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NewRelicObservability.Models.NewRelicPlanDetails>
type NewRelicPlanDetails = class
    interface IJsonModel<NewRelicPlanDetails>
    interface IPersistableModel<NewRelicPlanDetails>
Public Class NewRelicPlanDetails
Implements IJsonModel(Of NewRelicPlanDetails), IPersistableModel(Of NewRelicPlanDetails)
Inheritance
NewRelicPlanDetails
Implements

Constructors

NewRelicPlanDetails()

Initializes a new instance of NewRelicPlanDetails.

Properties

BillingCycle

Different billing cycles like Monthly/Weekly.

EffectiveOn

date when plan was applied.

NewRelicPlanBillingCycle

Different billing cycles like Monthly/Weekly.

PlanDetails

plan id as published by NewRelic.

UsageType

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

Explicit Interface Implementations

IJsonModel<NewRelicPlanDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NewRelicPlanDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicPlanDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicPlanDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NewRelicPlanDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to