InvoiceSectionsOnExpand Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
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
Azure SDK for .NET