Compartir a través de


ReservationToReturnForExchange Class

Definition

Reservation refund details

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

Constructors

ReservationToReturnForExchange()

Creates an new ReservationToReturnForExchange 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.

Status

Status of the individual operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReservationToReturnForExchange.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReservationToReturnForExchange.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReservationToReturnForExchange into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to