ExchangeResponseProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExchangeResponseProperties() |
Initializes a new instance of the ExchangeResponseProperties class. |
ExchangeResponseProperties(String, Price, Price, Price, IList<ReservationToPurchaseExchange>, IList<ReservationToReturnForExchange>, ExchangePolicyErrors) |
Initializes a new instance of the ExchangeResponseProperties class. |
ExchangeResponseProperties()
Initializes a new instance of the ExchangeResponseProperties class.
public ExchangeResponseProperties ();
Public Sub New ()
Applies to
ExchangeResponseProperties(String, Price, Price, Price, IList<ReservationToPurchaseExchange>, IList<ReservationToReturnForExchange>, ExchangePolicyErrors)
Initializes a new instance of the ExchangeResponseProperties class.
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)
Parameters
- sessionId
- String
Exchange session identifier
- netPayable
- Price
- refundsTotal
- Price
- purchasesTotal
- Price
- reservationsToPurchase
- IList<ReservationToPurchaseExchange>
Details of the reservations being purchased
- reservationsToExchange
- IList<ReservationToReturnForExchange>
Details of the reservations being returned
- policyResult
- ExchangePolicyErrors
Applies to
Azure SDK for .NET