BillingProfilesOnExpand Constructors

Definition

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

hasMoreResults
Nullable<Boolean>

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