InvoiceSectionsOnExpand Constructors

Definition

Overloads

InvoiceSectionsOnExpand()

Initializes a new instance of the InvoiceSectionsOnExpand class.

InvoiceSectionsOnExpand(Nullable<Boolean>, IList<InvoiceSection>)

Initializes a new instance of the InvoiceSectionsOnExpand class.

InvoiceSectionsOnExpand()

Initializes a new instance of the InvoiceSectionsOnExpand class.

public InvoiceSectionsOnExpand ();
Public Sub New ()

Applies to

InvoiceSectionsOnExpand(Nullable<Boolean>, IList<InvoiceSection>)

Initializes a new instance of the InvoiceSectionsOnExpand class.

public InvoiceSectionsOnExpand (bool? hasMoreResults = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.InvoiceSection> value = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.InvoiceSection> -> Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand
Public Sub New (Optional hasMoreResults As Nullable(Of Boolean) = Nothing, Optional value As IList(Of InvoiceSection) = Nothing)

Parameters

hasMoreResults
Nullable<Boolean>

Indicates whether there are more invoice sections than the ones listed in this collection. The collection lists a maximum of 50 invoice sections. To get all invoice sections, use the list invoice sections API.

value
IList<InvoiceSection>

The invoice sections associated to the billing profile.

Applies to