你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExchangeResponseProperties 构造函数

定义

重载

ExchangeResponseProperties()

初始化 ExchangeResponseProperties 类的新实例。

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

初始化 ExchangeResponseProperties 类的新实例。

ExchangeResponseProperties()

初始化 ExchangeResponseProperties 类的新实例。

public ExchangeResponseProperties ();
Public Sub New ()

适用于

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

初始化 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)

参数

sessionId
String

Exchange 会话标识符

netPayable
Price
refundsTotal
Price
purchasesTotal
Price
reservationsToPurchase
IList<ReservationToPurchaseExchange>

正在购买的预留的详细信息

reservationsToExchange
IList<ReservationToReturnForExchange>

返回的预留的详细信息

policyResult
ExchangePolicyErrors

适用于