ReservationToExchange Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
- billingRefundAmount
- Price
- billingInformation
- BillingInformation
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET