Share via


HDInsightDiskBillingMeters Class

Definition

The disk billing meters.

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

Properties

DiskRpMeter

The managed disk meter guid.

Sku

The managed disk billing sku, P30 or S30.

Tier

The managed disk billing tier, Standard or Premium.

Explicit Interface Implementations

IJsonModel<HDInsightDiskBillingMeters>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightDiskBillingMeters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightDiskBillingMeters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightDiskBillingMeters>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightDiskBillingMeters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to