HDInsightBillingMeters Class

Definition

The billing meters.

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

Properties

Meter

The HDInsight meter guid.

MeterParameter

The virtual machine sizes.

Unit

The unit of meter, VMHours or CoreHours.

Explicit Interface Implementations

IJsonModel<HDInsightBillingMeters>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightBillingMeters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightBillingMeters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightBillingMeters>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightBillingMeters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to