Compartir a través de


ArmReservationsModelFactory.ReservationRefundBillingInformation Método

Definición

Inicializa una nueva instancia 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>

Representa los planes de facturación.

completedTransactions
Nullable<Int32>

Número de transacciones completadas en el pago de esta reserva.

totalTransactions
Nullable<Int32>

Número de transacciones totales en el pago de esta reserva.

billingCurrencyTotalPaidAmount
PurchasePrice

Información de precios que contiene la cantidad y el código de moneda.

billingCurrencyProratedAmount
PurchasePrice

Información de precios que contiene la cantidad y el código de moneda.

billingCurrencyRemainingCommitmentAmount
PurchasePrice

Información de precios que contiene la cantidad y el código de moneda.

Devoluciones

ReservationRefundBillingInformation Nueva instancia de para simular.

Se aplica a