ReservationOrderBillingPlanInformation 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
ReservationOrderBillingPlanInformation() |
Initializes a new instance of the ReservationOrderBillingPlanInformation class. |
ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>) |
Initializes a new instance of the ReservationOrderBillingPlanInformation class. |
ReservationOrderBillingPlanInformation()
Initializes a new instance of the ReservationOrderBillingPlanInformation class.
public ReservationOrderBillingPlanInformation ();
Public Sub New ()
Applies to
ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>)
Initializes a new instance of the ReservationOrderBillingPlanInformation class.
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)
Parameters
- pricingCurrencyTotal
- Price
Amount of money to be paid for the Order. Tax is not included.
For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.
- transactions
- IList<PaymentDetail>
Applies to
Azure SDK for .NET