CalculateExchangeResponseProperties 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
CalculateExchangeResponseProperties() |
Inicializa uma nova instância da classe CalculateExchangeResponseProperties. |
CalculateExchangeResponseProperties(String, Price, Price, Price, IList<ReservationToPurchaseCalculateExchange>, IList<ReservationToExchange>, ExchangePolicyErrors) |
Inicializa uma nova instância da classe CalculateExchangeResponseProperties. |
CalculateExchangeResponseProperties()
Inicializa uma nova instância da classe CalculateExchangeResponseProperties.
public CalculateExchangeResponseProperties ();
Public Sub New ()
Aplica-se a
CalculateExchangeResponseProperties(String, Price, Price, Price, IList<ReservationToPurchaseCalculateExchange>, IList<ReservationToExchange>, ExchangePolicyErrors)
Inicializa uma nova instância da classe CalculateExchangeResponseProperties.
public CalculateExchangeResponseProperties (string sessionId = default, Microsoft.Azure.Management.Reservations.Models.Price netPayable = default, Microsoft.Azure.Management.Reservations.Models.Price refundsTotal = default, Microsoft.Azure.Management.Reservations.Models.Price purchasesTotal = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationToPurchaseCalculateExchange> reservationsToPurchase = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationToExchange> reservationsToExchange = default, Microsoft.Azure.Management.Reservations.Models.ExchangePolicyErrors policyResult = default);
new Microsoft.Azure.Management.Reservations.Models.CalculateExchangeResponseProperties : string * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationToPurchaseCalculateExchange> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationToExchange> * Microsoft.Azure.Management.Reservations.Models.ExchangePolicyErrors -> Microsoft.Azure.Management.Reservations.Models.CalculateExchangeResponseProperties
Public Sub New (Optional sessionId As String = Nothing, Optional netPayable As Price = Nothing, Optional refundsTotal As Price = Nothing, Optional purchasesTotal As Price = Nothing, Optional reservationsToPurchase As IList(Of ReservationToPurchaseCalculateExchange) = Nothing, Optional reservationsToExchange As IList(Of ReservationToExchange) = Nothing, Optional policyResult As ExchangePolicyErrors = Nothing)
Parâmetros
- sessionId
- String
Identificador de sessão do Exchange
- netPayable
- Price
- refundsTotal
- Price
- purchasesTotal
- Price
- reservationsToPurchase
- IList<ReservationToPurchaseCalculateExchange>
Detalhes das reservas que estão sendo adquiridas
- reservationsToExchange
- IList<ReservationToExchange>
Detalhes das reservas que estão sendo retornadas
- policyResult
- ExchangePolicyErrors
Aplica-se a
Azure SDK for .NET