Sdílet prostřednictvím


DynatraceBillingPlanInfo Class

Definition

Billing plan information.

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

Constructors

DynatraceBillingPlanInfo()

Initializes a new instance of DynatraceBillingPlanInfo.

Properties

BillingCycle

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

EffectiveOn

date when plan was applied.

PlanDetails

plan id as published by Dynatrace.

UsageType

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DynatraceBillingPlanInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DynatraceBillingPlanInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DynatraceBillingPlanInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DynatraceBillingPlanInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DynatraceBillingPlanInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to