你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingInvoiceSectionResource.GetProducts Method

Definition

Lists the products for an invoice section. These don't include products billed based on usage. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/products
  • Operation Id: Products_ListByInvoiceSection
  • Default Api Version: 2024-04-01
  • Resource: BillingProductResource
public virtual Azure.Pageable<Azure.ResourceManager.Billing.BillingProductResource> GetProducts (Azure.ResourceManager.Billing.Models.BillingInvoiceSectionResourceGetProductsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProducts : Azure.ResourceManager.Billing.Models.BillingInvoiceSectionResourceGetProductsOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingProductResource>
override this.GetProducts : Azure.ResourceManager.Billing.Models.BillingInvoiceSectionResourceGetProductsOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingProductResource>
Public Overridable Function GetProducts (options As BillingInvoiceSectionResourceGetProductsOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BillingProductResource)

Parameters

options
BillingInvoiceSectionResourceGetProductsOptions

A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of BillingProductResource that may take multiple service requests to iterate over.

Applies to