TrustedAccessRoleBindingsOperationsExtensions.ListNext Method

Definition

List trusted access role bindings.

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

Parameters

operations
ITrustedAccessRoleBindingsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to