Share via


OpenIdConnectProviderOperationsExtensions.ListByServiceNext Method

Definition

Lists of all the OpenId Connect Providers.

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

Parameters

operations
IOpenIdConnectProviderOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to