Sdílet prostřednictvím


ConsumptionMeterDetailsInfo Class

Definition

The properties of the meter detail.

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

Properties

MeterCategory

The category of the meter, for example, 'Cloud services', 'Networking', etc..

MeterName

The name of the meter, within the given meter category.

MeterSubCategory

The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..

ServiceFamily

The service family.

UnitOfMeasure

The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConsumptionMeterDetailsInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConsumptionMeterDetailsInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConsumptionMeterDetailsInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConsumptionMeterDetailsInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConsumptionMeterDetailsInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to