ReplicationsOperationsExtensions.ListNext Method

Definition

Lists all the replications for the specified container registry.

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

Parameters

operations
IReplicationsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to