AppsOperationsExtensions.ListNext(IAppsOperations, String) Method

Definition

Handles requests to list all resources in a Service.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource> ListNext (this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource>
<Extension()>
Public Function ListNext (operations As IAppsOperations, nextPageLink As String) As IPage(Of AppResource)

Parameters

operations
IAppsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to