ArmBillingModelFactory.BillingTransactionSummary 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 BillingTransactionSummary.
public static Azure.ResourceManager.Billing.Models.BillingTransactionSummary BillingTransactionSummary (float? azureCreditApplied = default, string billingCurrency = default, float? consumptionCommitmentDecremented = default, float? subTotal = default, float? tax = default, float? total = default);
static member BillingTransactionSummary : Nullable<single> * string * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> -> Azure.ResourceManager.Billing.Models.BillingTransactionSummary
Public Shared Function BillingTransactionSummary (Optional azureCreditApplied As Nullable(Of Single) = Nothing, Optional billingCurrency As String = Nothing, Optional consumptionCommitmentDecremented As Nullable(Of Single) = Nothing, Optional subTotal As Nullable(Of Single) = Nothing, Optional tax As Nullable(Of Single) = Nothing, Optional total As Nullable(Of Single) = Nothing) As BillingTransactionSummary
Parameters
- billingCurrency
- String
The ISO 4217 code for the currency in which the transactions are billed.
The total Microsoft Azure Consumption Commitment (MACC) decrement through the invoice.
Returns
A new BillingTransactionSummary instance for mocking.