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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET