RenewPropertiesPricingCurrencyTotal Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. This is locked price 30 days before expiry.
public class RenewPropertiesPricingCurrencyTotal : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Reservations.Models.RenewPropertiesPricingCurrencyTotal>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Reservations.Models.RenewPropertiesPricingCurrencyTotal>
public class RenewPropertiesPricingCurrencyTotal
type RenewPropertiesPricingCurrencyTotal = class
interface IJsonModel<RenewPropertiesPricingCurrencyTotal>
interface IPersistableModel<RenewPropertiesPricingCurrencyTotal>
type RenewPropertiesPricingCurrencyTotal = class
Public Class RenewPropertiesPricingCurrencyTotal
Implements IJsonModel(Of RenewPropertiesPricingCurrencyTotal), IPersistableModel(Of RenewPropertiesPricingCurrencyTotal)
Public Class RenewPropertiesPricingCurrencyTotal
- Inheritance
-
RenewPropertiesPricingCurrencyTotal
- Implements
Properties
Amount |
Gets 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<RenewPropertiesPricingCurrencyTotal>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RenewPropertiesPricingCurrencyTotal>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RenewPropertiesPricingCurrencyTotal>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RenewPropertiesPricingCurrencyTotal>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RenewPropertiesPricingCurrencyTotal>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |