ReservationToPurchaseExchange 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
ReservationToPurchaseExchange() |
Inicializa uma nova instância da classe ReservationToPurchaseExchange. |
ReservationToPurchaseExchange(String, String, PurchaseRequest, Price, String) |
Inicializa uma nova instância da classe ReservationToPurchaseExchange. |
ReservationToPurchaseExchange()
Inicializa uma nova instância da classe ReservationToPurchaseExchange.
public ReservationToPurchaseExchange ();
Public Sub New ()
Aplica-se a
ReservationToPurchaseExchange(String, String, PurchaseRequest, Price, String)
Inicializa uma nova instância da classe ReservationToPurchaseExchange.
public ReservationToPurchaseExchange (string reservationOrderId = default, string reservationId = default, Microsoft.Azure.Management.Reservations.Models.PurchaseRequest properties = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyTotal = default, string status = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationToPurchaseExchange : string * string * Microsoft.Azure.Management.Reservations.Models.PurchaseRequest * Microsoft.Azure.Management.Reservations.Models.Price * string -> Microsoft.Azure.Management.Reservations.Models.ReservationToPurchaseExchange
Public Sub New (Optional reservationOrderId As String = Nothing, Optional reservationId As String = Nothing, Optional properties As PurchaseRequest = Nothing, Optional billingCurrencyTotal As Price = Nothing, Optional status As String = Nothing)
Parâmetros
- reservationOrderId
- String
ID totalmente qualificada do ReservationOrder que está sendo comprado
- reservationId
- String
ID totalmente qualificada da Reserva que está sendo adquirida. Esse valor só será garantido como não nulo se a compra for bem-sucedida.
- properties
- PurchaseRequest
- billingCurrencyTotal
- Price
- status
- String
Os valores possíveis incluem: 'Êxito', 'Falha', 'Cancelado', 'Pendente'
Aplica-se a
Azure SDK for .NET