Udostępnij za pośrednictwem


InvoiceSectionsOnExpand Konstruktory

Definicja

Przeciążenia

InvoiceSectionsOnExpand()

Inicjuje nowe wystąpienie klasy InvoiceSectionsOnExpand.

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

Inicjuje nowe wystąpienie klasy InvoiceSectionsOnExpand.

InvoiceSectionsOnExpand()

Inicjuje nowe wystąpienie klasy InvoiceSectionsOnExpand.

public InvoiceSectionsOnExpand();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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)

Parametry

hasMoreResults
Nullable<Boolean>

Wskazuje, czy w tej kolekcji znajduje się więcej sekcji faktur niż te wymienione w tej kolekcji. Kolekcja zawiera maksymalnie 50 sekcji faktur. Aby uzyskać wszystkie sekcje faktur, użyj interfejsu API sekcji faktur listy.

value
IList<InvoiceSection>

Sekcje faktur skojarzone z profilem rozliczeniowym.

Dotyczy