Dela via


BillingBenefitsPrice Class

Definition

The BillingBenefitsPrice.

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

Constructors

BillingBenefitsPrice()

Initializes a new instance of BillingBenefitsPrice.

Properties

Amount

Gets or sets the amount.

CurrencyCode

The ISO 4217 3-letter currency code for the currency used by this purchase record.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BillingBenefitsPrice>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingBenefitsPrice>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingBenefitsPrice>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingBenefitsPrice>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingBenefitsPrice>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to