Partilhar via


ReservationToExchange Construtores

Definição

Sobrecargas

ReservationToExchange()

Inicializa uma nova instância da classe ReservationToExchange.

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

Inicializa uma nova instância da classe ReservationToExchange.

ReservationToExchange()

Inicializa uma nova instância da classe ReservationToExchange.

public ReservationToExchange ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe ReservationToExchange.

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)

Parâmetros

reservationId
String

ID totalmente qualificada da Reserva que está sendo retornada.

quantity
Nullable<Int32>

Quantidade a ser retornada

billingRefundAmount
Price
billingInformation
BillingInformation

Aplica-se a