BillingProfilesOnExpand Constructors
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.
Overloads
BillingProfilesOnExpand() |
Initializes a new instance of the BillingProfilesOnExpand class. |
BillingProfilesOnExpand(Nullable<Boolean>, IList<BillingProfile>) |
Initializes a new instance of the BillingProfilesOnExpand class. |
BillingProfilesOnExpand()
Initializes a new instance of the BillingProfilesOnExpand class.
public BillingProfilesOnExpand ();
Public Sub New ()
Applies to
BillingProfilesOnExpand(Nullable<Boolean>, IList<BillingProfile>)
Initializes a new instance of the BillingProfilesOnExpand class.
public BillingProfilesOnExpand (bool? hasMoreResults = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.BillingProfile> value = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.BillingProfile> -> Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand
Public Sub New (Optional hasMoreResults As Nullable(Of Boolean) = Nothing, Optional value As IList(Of BillingProfile) = Nothing)
Parameters
Indicates whether there are more billing profiles than the ones listed in this collection. The collection lists a maximum of 50 billing profiles. To get all billing profiles, use the list billing profiles API.
- value
- IList<BillingProfile>
The billing profiles associated with the billing account.
Applies to
Azure SDK for .NET