你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ReservationOrderBillingPlanInformation 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ReservationOrderBillingPlanInformation() |
初始化 ReservationOrderBillingPlanInformation 类的新实例。 |
ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>) |
初始化 ReservationOrderBillingPlanInformation 类的新实例。 |
ReservationOrderBillingPlanInformation()
初始化 ReservationOrderBillingPlanInformation 类的新实例。
public ReservationOrderBillingPlanInformation ();
Public Sub New ()
适用于
ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>)
初始化 ReservationOrderBillingPlanInformation 类的新实例。
public ReservationOrderBillingPlanInformation (Microsoft.Azure.Management.Reservations.Models.Price pricingCurrencyTotal = default, DateTime? startDate = default, DateTime? nextPaymentDueDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> transactions = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationOrderBillingPlanInformation : Microsoft.Azure.Management.Reservations.Models.Price * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> -> Microsoft.Azure.Management.Reservations.Models.ReservationOrderBillingPlanInformation
Public Sub New (Optional pricingCurrencyTotal As Price = Nothing, Optional startDate As Nullable(Of DateTime) = Nothing, Optional nextPaymentDueDate As Nullable(Of DateTime) = Nothing, Optional transactions As IList(Of PaymentDetail) = Nothing)
参数
- pricingCurrencyTotal
- Price
要为订单支付的金额。 不包括税款。
- transactions
- IList<PaymentDetail>