ReservationToPurchaseExchange 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.
Reservation purchase details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationToPurchaseExchangeTypeConverter))]
public class ReservationToPurchaseExchange : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationToPurchaseExchange
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationToPurchaseExchangeTypeConverter))>]
type ReservationToPurchaseExchange = class
interface IReservationToPurchaseExchange
interface IJsonSerializable
Public Class ReservationToPurchaseExchange
Implements IReservationToPurchaseExchange
- Inheritance
-
ReservationToPurchaseExchange
- Attributes
- Implements
Constructors
ReservationToPurchaseExchange() |
Creates an new ReservationToPurchaseExchange instance. |
Properties
BillingCurrencyTotal |
Pricing information containing the amount and the currency code |
Properties |
The request for reservation purchase |
ReservationId |
Fully qualified id of the reservation being purchased. This value is only guaranteed to be non-null if the purchase is successful. |
ReservationOrderId |
Fully qualified id of the reservationOrder being purchased |
Status |
Status of the individual operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReservationToPurchaseExchange. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReservationToPurchaseExchange. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationToPurchaseExchange. |
FromJsonString(String) |
Creates a new instance of ReservationToPurchaseExchange, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReservationToPurchaseExchange into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |