Compartilhar via


ArmReservationsModelFactory.ReservationRefundBillingInformation Método

Definição

Inicializa uma nova instância de ReservationRefundBillingInformation.

public static Azure.ResourceManager.Reservations.Models.ReservationRefundBillingInformation ReservationRefundBillingInformation (Azure.ResourceManager.Reservations.Models.ReservationBillingPlan? billingPlan = default, int? completedTransactions = default, int? totalTransactions = default, Azure.ResourceManager.Reservations.Models.PurchasePrice billingCurrencyTotalPaidAmount = default, Azure.ResourceManager.Reservations.Models.PurchasePrice billingCurrencyProratedAmount = default, Azure.ResourceManager.Reservations.Models.PurchasePrice billingCurrencyRemainingCommitmentAmount = default);
static member ReservationRefundBillingInformation : Nullable<Azure.ResourceManager.Reservations.Models.ReservationBillingPlan> * Nullable<int> * Nullable<int> * Azure.ResourceManager.Reservations.Models.PurchasePrice * Azure.ResourceManager.Reservations.Models.PurchasePrice * Azure.ResourceManager.Reservations.Models.PurchasePrice -> Azure.ResourceManager.Reservations.Models.ReservationRefundBillingInformation
Public Shared Function ReservationRefundBillingInformation (Optional billingPlan As Nullable(Of ReservationBillingPlan) = Nothing, Optional completedTransactions As Nullable(Of Integer) = Nothing, Optional totalTransactions As Nullable(Of Integer) = Nothing, Optional billingCurrencyTotalPaidAmount As PurchasePrice = Nothing, Optional billingCurrencyProratedAmount As PurchasePrice = Nothing, Optional billingCurrencyRemainingCommitmentAmount As PurchasePrice = Nothing) As ReservationRefundBillingInformation

Parâmetros

billingPlan
Nullable<ReservationBillingPlan>

Represente os planos de cobrança.

completedTransactions
Nullable<Int32>

O número de transações concluídas no pagamento dessa reserva.

totalTransactions
Nullable<Int32>

O número total de transações no pagamento dessa reserva.

billingCurrencyTotalPaidAmount
PurchasePrice

Informações de preço que contêm o valor e o código de moeda.

billingCurrencyProratedAmount
PurchasePrice

Informações de preço que contêm o valor e o código de moeda.

billingCurrencyRemainingCommitmentAmount
PurchasePrice

Informações de preço que contêm o valor e o código de moeda.

Retornos

Uma nova ReservationRefundBillingInformation instância para simulação.

Aplica-se a