Compartilhar via


ProductsOperationsExtensions.ListByInvoiceSectionNextAsync Método

Definição

Lista os produtos para uma seção de fatura. Eles não incluem produtos cobrados com base no uso. A operação tem suporte apenas para contas de cobrança com o tipo de contrato Contrato de Cliente da Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>> ListByInvoiceSectionNextAsync (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByInvoiceSectionNextAsync : Microsoft.Azure.Management.Billing.IProductsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>>
<Extension()>
Public Function ListByInvoiceSectionNextAsync (operations As IProductsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Product))

Parâmetros

operations
IProductsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a