ContainerAppBillingMeterProperties Class

Definition

Revision resource specific properties.

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

Constructors

ContainerAppBillingMeterProperties()

Initializes a new instance of ContainerAppBillingMeterProperties.

Properties

DisplayName

The everyday name of the billing meter.

MeterType

Billing meter type.

WorkloadProfileCategory

Used to categorize billing meters.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppBillingMeterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppBillingMeterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppBillingMeterProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppBillingMeterProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppBillingMeterProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to