Delen via


ReservationToExchange Constructors

Definition

Overloads

ReservationToExchange()

Initializes a new instance of the ReservationToExchange class.

ReservationToExchange(String, Nullable<Int32>, Price, BillingInformation)

Initializes a new instance of the ReservationToExchange class.

ReservationToExchange()

Initializes a new instance of the ReservationToExchange class.

public ReservationToExchange ();
Public Sub New ()

Applies to

ReservationToExchange(String, Nullable<Int32>, Price, BillingInformation)

Initializes a new instance of the ReservationToExchange class.

public ReservationToExchange (string reservationId = default, int? quantity = default, Microsoft.Azure.Management.Reservations.Models.Price billingRefundAmount = default, Microsoft.Azure.Management.Reservations.Models.BillingInformation billingInformation = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationToExchange : string * Nullable<int> * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.BillingInformation -> Microsoft.Azure.Management.Reservations.Models.ReservationToExchange
Public Sub New (Optional reservationId As String = Nothing, Optional quantity As Nullable(Of Integer) = Nothing, Optional billingRefundAmount As Price = Nothing, Optional billingInformation As BillingInformation = Nothing)

Parameters

reservationId
String

Fully qualified id of the Reservation being returned.

quantity
Nullable<Int32>

Quantity to be returned

billingRefundAmount
Price
billingInformation
BillingInformation

Applies to