Share via


RunsOperationsExtensions.ListNext(IRunsOperations, String) Method

Definition

Gets all the runs for a registry.

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

Parameters

operations
IRunsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to