Delen via


InvoiceSectionsOnExpand Constructors

Definitie

Overloads

InvoiceSectionsOnExpand()

Initialiseert een nieuw exemplaar van de klasse InvoiceSectionsOnExpand.

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

Initialiseert een nieuw exemplaar van de klasse InvoiceSectionsOnExpand.

InvoiceSectionsOnExpand()

Initialiseert een nieuw exemplaar van de klasse InvoiceSectionsOnExpand.

public InvoiceSectionsOnExpand ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse InvoiceSectionsOnExpand.

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>

Geeft aan of er meer factuursecties zijn dan de secties die in deze verzameling worden vermeld. De verzameling bevat maximaal 50 factuursecties. Als u alle factuursecties wilt ophalen, gebruikt u de API voor lijstfactuursecties.

value
IList<InvoiceSection>

De factuursecties die zijn gekoppeld aan het factureringsprofiel.

Van toepassing op