ConsumptionAmountWithExchangeRate 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.
The amount with exchange rate.
public class ConsumptionAmountWithExchangeRate : Azure.ResourceManager.Consumption.Models.ConsumptionAmount
public class ConsumptionAmountWithExchangeRate : Azure.ResourceManager.Consumption.Models.ConsumptionAmount, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Consumption.Models.ConsumptionAmountWithExchangeRate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Consumption.Models.ConsumptionAmountWithExchangeRate>
type ConsumptionAmountWithExchangeRate = class
inherit ConsumptionAmount
type ConsumptionAmountWithExchangeRate = class
inherit ConsumptionAmount
interface IJsonModel<ConsumptionAmountWithExchangeRate>
interface IPersistableModel<ConsumptionAmountWithExchangeRate>
Public Class ConsumptionAmountWithExchangeRate
Inherits ConsumptionAmount
Public Class ConsumptionAmountWithExchangeRate
Inherits ConsumptionAmount
Implements IJsonModel(Of ConsumptionAmountWithExchangeRate), IPersistableModel(Of ConsumptionAmountWithExchangeRate)
- Inheritance
- Implements
Properties
Currency |
Amount currency. (Inherited from ConsumptionAmount) |
ExchangeRate |
The exchange rate. |
ExchangeRateMonth |
The exchange rate month. |
Value |
Amount. (Inherited from ConsumptionAmount) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET