Compartilhar via


ArmReservationsModelFactory.ReservationOrderBillingPlanInformation Método

Definição

Inicializa uma nova instância de ReservationOrderBillingPlanInformation.

public static Azure.ResourceManager.Reservations.Models.ReservationOrderBillingPlanInformation ReservationOrderBillingPlanInformation (Azure.ResourceManager.Reservations.Models.PurchasePrice pricingCurrencyTotal = default, DateTimeOffset? startOn = default, DateTimeOffset? nextPaymentDueOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Reservations.Models.PaymentDetail> transactions = default);
static member ReservationOrderBillingPlanInformation : Azure.ResourceManager.Reservations.Models.PurchasePrice * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Reservations.Models.PaymentDetail> -> Azure.ResourceManager.Reservations.Models.ReservationOrderBillingPlanInformation
Public Shared Function ReservationOrderBillingPlanInformation (Optional pricingCurrencyTotal As PurchasePrice = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional nextPaymentDueOn As Nullable(Of DateTimeOffset) = Nothing, Optional transactions As IEnumerable(Of PaymentDetail) = Nothing) As ReservationOrderBillingPlanInformation

Parâmetros

pricingCurrencyTotal
PurchasePrice

Quantidade de dinheiro a ser pago pelo Pedido. O imposto não está incluído.

startOn
Nullable<DateTimeOffset>

Data em que o plano de cobrança foi iniciado.

nextPaymentDueOn
Nullable<DateTimeOffset>

Para planos de cobrança recorrentes, indica a data em que o próximo pagamento será processado. Nulo quando o total é pago.

transactions
IEnumerable<PaymentDetail>

Retornos

Uma nova ReservationOrderBillingPlanInformation instância para zombar.

Aplica-se a