ReservationOrderBillingPlanInformation 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
ReservationOrderBillingPlanInformation() |
Initialise une nouvelle instance de la classe ReservationOrderBillingPlanInformation. |
ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>) |
Initialise une nouvelle instance de la classe ReservationOrderBillingPlanInformation. |
ReservationOrderBillingPlanInformation()
Initialise une nouvelle instance de la classe ReservationOrderBillingPlanInformation.
public ReservationOrderBillingPlanInformation ();
Public Sub New ()
S’applique à
ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>)
Initialise une nouvelle instance de la classe 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)
Paramètres
- pricingCurrencyTotal
- Price
Montant d’argent à payer pour la commande. La taxe n’est pas incluse.
Pour les plans de facturation périodiques, indique la date à laquelle le prochain paiement sera traité. Null lorsque le total est payé.
- transactions
- IList<PaymentDetail>
S’applique à
Azure SDK for .NET