Share via


BillingRoleDefinitionsOperationsExtensions.ListByInvoiceSectionNext Method

Definition

Lists the role definitions for an invoice section. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition> ListByInvoiceSectionNext (this Microsoft.Azure.Management.Billing.IBillingRoleDefinitionsOperations operations, string nextPageLink);
static member ListByInvoiceSectionNext : Microsoft.Azure.Management.Billing.IBillingRoleDefinitionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition>
<Extension()>
Public Function ListByInvoiceSectionNext (operations As IBillingRoleDefinitionsOperations, nextPageLink As String) As IPage(Of BillingRoleDefinition)

Parameters

operations
IBillingRoleDefinitionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to