Exemplo n.º 1
0
 /// <summary>
 /// List next OpenID Connect Providers page.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.ApiManagement.IOpenIdConnectProvidersOperations.
 /// </param>
 /// <param name='nextLink'>
 /// Required. NextLink from the previous successful call to List
 /// operation.
 /// </param>
 /// <returns>
 /// List OpenIdProviders operation response details.
 /// </returns>
 public static Task <OpenIdConnectProvidersListResponse> ListNextAsync(this IOpenIdConnectProvidersOperations operations, string nextLink)
 {
     return(operations.ListNextAsync(nextLink, CancellationToken.None));
 }