ArmReservationsModelFactory.ReservationRefundBillingInformation Method
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.
Initializes a new instance of 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
Parameters
- billingPlan
- Nullable<ReservationBillingPlan>
Represent the billing plans.
The number of completed transactions in this reservation's payment.
- billingCurrencyTotalPaidAmount
- PurchasePrice
Pricing information containing the amount and the currency code.
- billingCurrencyProratedAmount
- PurchasePrice
Pricing information containing the amount and the currency code.
- billingCurrencyRemainingCommitmentAmount
- PurchasePrice
Pricing information containing the amount and the currency code.
Returns
A new ReservationRefundBillingInformation instance for mocking.
Applies to
Azure SDK for .NET