ArmMarketplaceModelFactory.PrivateStoreBillingAccountsResult 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 PrivateStoreBillingAccountsResult.
public static Azure.ResourceManager.Marketplace.Models.PrivateStoreBillingAccountsResult PrivateStoreBillingAccountsResult (System.Collections.Generic.IEnumerable<string> billingAccounts = default);
static member PrivateStoreBillingAccountsResult : seq<string> -> Azure.ResourceManager.Marketplace.Models.PrivateStoreBillingAccountsResult
Public Shared Function PrivateStoreBillingAccountsResult (Optional billingAccounts As IEnumerable(Of String) = Nothing) As PrivateStoreBillingAccountsResult
Parameters
- billingAccounts
- IEnumerable<String>
Billing accounts list.
Returns
A new PrivateStoreBillingAccountsResult instance for mocking.