Compartir a través de


ProductsOperationsExtensions.ListByCustomerNext Método

Definición

Enumera los productos de un cliente. Estos no incluyen productos facturados en función del uso. La operación solo se admite para las cuentas de facturación con el tipo de contrato Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product> ListByCustomerNext (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string nextPageLink);
static member ListByCustomerNext : Microsoft.Azure.Management.Billing.IProductsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>
<Extension()>
Public Function ListByCustomerNext (operations As IProductsOperations, nextPageLink As String) As 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.

Devoluciones

Se aplica a