次の方法で共有


IdentityProviderOperationsExtensions.ListByServiceAsync メソッド

定義

指定されたサービス インスタンスで構成されている 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>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IIdentityProviderOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IdentityProviderContract))

パラメーター

operations
IIdentityProviderOperations

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

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象