AgreementsOperationsExtensions.ListByBillingAccountNext Method

Definition

Lists the agreements for a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameters

operations
IAgreementsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to