Share via


IdentityProviderOperationsExtensions.ListByServiceNext Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderContract> ListByServiceNext (this Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations operations, string nextPageLink);
static member ListByServiceNext : Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderContract>
<Extension()>
Public Function ListByServiceNext (operations As IIdentityProviderOperations, nextPageLink As String) As IPage(Of IdentityProviderContract)

Parameters

operations
IIdentityProviderOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to