共用方式為


InvoiceSectionsOnExpand 建構函式

定義

多載

InvoiceSectionsOnExpand()

初始化 InvoiceSectionsOnExpand 類別的新實例。

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

初始化 InvoiceSectionsOnExpand 類別的新實例。

InvoiceSectionsOnExpand()

初始化 InvoiceSectionsOnExpand 類別的新實例。

public InvoiceSectionsOnExpand ();
Public Sub New ()

適用於

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

初始化 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)

參數

hasMoreResults
Nullable<Boolean>

指出此集合中所列的發票區段是否多。 集合列出最多 50 個發票區段。 若要取得所有發票區段,請使用清單發票區段 API。

value
IList<InvoiceSection>

與帳單設定檔相關聯的發票區段。

適用於