ArmBillingModelFactory.BillingAvailableBalanceProperties 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 BillingAvailableBalanceProperties.
public static Azure.ResourceManager.Billing.Models.BillingAvailableBalanceProperties BillingAvailableBalanceProperties (Azure.ResourceManager.Billing.Models.BillingAmount amount = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.Models.BillingPaymentOnAccount> paymentsOnAccount = default, Azure.ResourceManager.Billing.Models.BillingAmount totalPaymentsOnAccount = default);
static member BillingAvailableBalanceProperties : Azure.ResourceManager.Billing.Models.BillingAmount * seq<Azure.ResourceManager.Billing.Models.BillingPaymentOnAccount> * Azure.ResourceManager.Billing.Models.BillingAmount -> Azure.ResourceManager.Billing.Models.BillingAvailableBalanceProperties
Public Shared Function BillingAvailableBalanceProperties (Optional amount As BillingAmount = Nothing, Optional paymentsOnAccount As IEnumerable(Of BillingPaymentOnAccount) = Nothing, Optional totalPaymentsOnAccount As BillingAmount = Nothing) As BillingAvailableBalanceProperties
Parameters
- amount
- BillingAmount
Credit amount for immediate payment.
- paymentsOnAccount
- IEnumerable<BillingPaymentOnAccount>
The list of payments on accounts.
- totalPaymentsOnAccount
- BillingAmount
Total amount of payments on accounts.
Returns
A new BillingAvailableBalanceProperties instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET