Share via


HDInsightBillingResources Class

Definition

The billing resources.

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

Properties

BillingMeters

The billing meter information.

DiskBillingMeters

The managed disk billing information.

Region

The region or location.

Explicit Interface Implementations

IJsonModel<HDInsightBillingResources>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightBillingResources>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightBillingResources>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightBillingResources>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightBillingResources>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to