Compartilhar via


ReservationToExchange Class

Definition

Reservation refund details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationToExchangeTypeConverter))]
public class ReservationToExchange : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationToExchange
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationToExchangeTypeConverter))>]
type ReservationToExchange = class
    interface IReservationToExchange
    interface IJsonSerializable
Public Class ReservationToExchange
Implements IReservationToExchange
Inheritance
ReservationToExchange
Attributes
Implements

Constructors

ReservationToExchange()

Creates an new ReservationToExchange instance.

Properties

BillingInformation

billing information

BillingRefundAmount

Pricing information containing the amount and the currency code

Quantity

Quantity to be returned

ReservationId

Fully qualified id of the reservation being returned.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReservationToExchange.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReservationToExchange.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationToExchange.

FromJsonString(String)

Creates a new instance of ReservationToExchange, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReservationToExchange into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to