Share via


BillingInformation Class

Definition

billing information.

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

Properties

BillingCurrencyProratedAmount

Pricing information containing the amount and the currency code.

BillingCurrencyRemainingCommitmentAmount

Pricing information containing the amount and the currency code.

BillingCurrencyTotalPaidAmount

Pricing information containing the amount and the currency code.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BillingInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to