次の方法で共有


IdentityProviderOperationsExtensions.ListByServiceNextAsync メソッド

定義

指定されたサービス インスタンスで構成されている ID プロバイダーのコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

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

パラメーター

operations
IIdentityProviderOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象