Freigeben über


OpenIdConnectProviderOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet alle OpenID Connect-Anbieter auf

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.OpenidConnectProviderContract>> ListByServiceNextAsync (this Microsoft.Azure.Management.ApiManagement.IOpenIdConnectProviderOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceNextAsync : Microsoft.Azure.Management.ApiManagement.IOpenIdConnectProviderOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.OpenidConnectProviderContract>>
<Extension()>
Public Function ListByServiceNextAsync (operations As IOpenIdConnectProviderOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OpenidConnectProviderContract))

Parameter

operations
IOpenIdConnectProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: