Compartir a través de


ProductsOperationsExtensions.ListByInvoiceSectionNextAsync Método

Definición

Enumera los productos de una sección de factura. Estos no incluyen productos facturados en función del uso. La operación solo se admite para las cuentas de facturación con tipo de contrato Contrato de cliente de 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

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a