ExchangeResponseProperties Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET