共用方式為


InvoiceSections interface

代表 InvoiceSections 的介面。

方法

beginCreateOrUpdate(string, string, string, InvoiceSection, InvoiceSectionsCreateOrUpdateOptionalParams)

建立或更新發票區段。 只有合約類型為 Microsoft 客戶合約 的計費帳戶才支援此作業。

beginCreateOrUpdateAndWait(string, string, string, InvoiceSection, InvoiceSectionsCreateOrUpdateOptionalParams)

建立或更新發票區段。 只有合約類型為 Microsoft 客戶合約 的計費帳戶才支援此作業。

get(string, string, string, InvoiceSectionsGetOptionalParams)

依識別碼取得發票區段。 只有合約類型為 Microsoft 客戶合約 的計費帳戶才支援此作業。

listByBillingProfile(string, string, InvoiceSectionsListByBillingProfileOptionalParams)

列出使用者可存取的發票區段。 只有合約類型為 Microsoft 客戶合約 的計費帳戶才支援此作業。

方法詳細資料

beginCreateOrUpdate(string, string, string, InvoiceSection, InvoiceSectionsCreateOrUpdateOptionalParams)

建立或更新發票區段。 只有合約類型為 Microsoft 客戶合約 的計費帳戶才支援此作業。

function beginCreateOrUpdate(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, parameters: InvoiceSection, options?: InvoiceSectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<InvoiceSection>, InvoiceSection>>

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

billingProfileName

string

可唯一識別帳單設定檔的識別碼。

invoiceSectionName

string

可唯一識別發票區段的識別碼。

parameters
InvoiceSection

新的或更新的發票區段。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<InvoiceSection>, InvoiceSection>>

beginCreateOrUpdateAndWait(string, string, string, InvoiceSection, InvoiceSectionsCreateOrUpdateOptionalParams)

建立或更新發票區段。 只有合約類型為 Microsoft 客戶合約 的計費帳戶才支援此作業。

function beginCreateOrUpdateAndWait(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, parameters: InvoiceSection, options?: InvoiceSectionsCreateOrUpdateOptionalParams): Promise<InvoiceSection>

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

billingProfileName

string

可唯一識別帳單設定檔的識別碼。

invoiceSectionName

string

可唯一識別發票區段的識別碼。

parameters
InvoiceSection

新的或更新的發票區段。

傳回

Promise<InvoiceSection>

get(string, string, string, InvoiceSectionsGetOptionalParams)

依識別碼取得發票區段。 只有合約類型為 Microsoft 客戶合約 的計費帳戶才支援此作業。

function get(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: InvoiceSectionsGetOptionalParams): Promise<InvoiceSection>

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

billingProfileName

string

可唯一識別帳單設定檔的識別碼。

invoiceSectionName

string

可唯一識別發票區段的識別碼。

options
InvoiceSectionsGetOptionalParams

選項參數。

傳回

Promise<InvoiceSection>

listByBillingProfile(string, string, InvoiceSectionsListByBillingProfileOptionalParams)

列出使用者可存取的發票區段。 只有合約類型為 Microsoft 客戶合約 的計費帳戶才支援此作業。

function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: InvoiceSectionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<InvoiceSection, InvoiceSection[], PageSettings>

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

billingProfileName

string

可唯一識別帳單設定檔的識別碼。

傳回