AgentPoolsOperationsExtensions.ListNext(IAgentPoolsOperations, String) Method

Definition

Lists all the agent pools for a specified container registry.

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

Parameters

operations
IAgentPoolsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to