Class CalculateExchangeResultProperties | Azure SDK for .NET
James Stevens
Published Feb 16, 2026
CalculateExchange response properties.
Inheritance
System.Object
CalculateExchangeResultProperties
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Reservations.dll
Syntax
public class CalculateExchangeResultProperties Properties
NetPayable
Pricing information containing the amount and the currency code.
Declaration
public Azure.ResourceManager.Reservations.Models.PurchasePrice NetPayable { get; } Property Value
PolicyErrors
Exchange Policy errors.
Declaration
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Reservations.Models.ExchangePolicyError> PolicyErrors { get; } Property Value
PurchasesTotal
Pricing information containing the amount and the currency code.
Declaration
public Azure.ResourceManager.Reservations.Models.PurchasePrice PurchasesTotal { get; } Property Value
RefundsTotal
Pricing information containing the amount and the currency code.
Declaration
public Azure.ResourceManager.Reservations.Models.PurchasePrice RefundsTotal { get; } Property Value
ReservationsToExchange
Details of the reservations being returned.
Declaration
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Reservations.Models.ReservationToExchange> ReservationsToExchange { get; } Property Value
ReservationsToPurchase
Details of the reservations being purchased.
Declaration
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Reservations.Models.ReservationToPurchaseCalculateExchange> ReservationsToPurchase { get; } Property Value
SavingsPlansToPurchase
Details of the savings plans being purchased.
Declaration
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Reservations.Models.SavingsPlanToPurchaseCalculateExchange> SavingsPlansToPurchase { get; } Property Value
SessionId
Exchange session identifier.
Declaration
public Nullable<Guid> SessionId { get; } Property Value
| System.Nullable<System.Guid> |