Partager via


ExchangeResponseProperties Constructeurs

Définition

Surcharges

ExchangeResponseProperties()

Initialise une nouvelle instance de la classe ExchangeResponseProperties.

ExchangeResponseProperties(String, Price, Price, Price, IList<ReservationToPurchaseExchange>, IList<ReservationToReturnForExchange>, ExchangePolicyErrors)

Initialise une nouvelle instance de la classe ExchangeResponseProperties.

ExchangeResponseProperties()

Initialise une nouvelle instance de la classe ExchangeResponseProperties.

public ExchangeResponseProperties ();
Public Sub New ()

S’applique à

ExchangeResponseProperties(String, Price, Price, Price, IList<ReservationToPurchaseExchange>, IList<ReservationToReturnForExchange>, ExchangePolicyErrors)

Initialise une nouvelle instance de la classe ExchangeResponseProperties.

public ExchangeResponseProperties (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.ReservationToPurchaseExchange> reservationsToPurchase = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationToReturnForExchange> reservationsToExchange = default, Microsoft.Azure.Management.Reservations.Models.ExchangePolicyErrors policyResult = default);
new Microsoft.Azure.Management.Reservations.Models.ExchangeResponseProperties : 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.ReservationToPurchaseExchange> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationToReturnForExchange> * Microsoft.Azure.Management.Reservations.Models.ExchangePolicyErrors -> Microsoft.Azure.Management.Reservations.Models.ExchangeResponseProperties
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 ReservationToPurchaseExchange) = Nothing, Optional reservationsToExchange As IList(Of ReservationToReturnForExchange) = Nothing, Optional policyResult As ExchangePolicyErrors = Nothing)

Paramètres

sessionId
String

Identificateur de session Exchange

netPayable
Price
refundsTotal
Price
purchasesTotal
Price
reservationsToPurchase
IList<ReservationToPurchaseExchange>

Détails des réservations achetées

reservationsToExchange
IList<ReservationToReturnForExchange>

Détails des réservations retournées

policyResult
ExchangePolicyErrors

S’applique à