次の方法で共有


IdentityProviderOperationsExtensions.ListByService メソッド

定義

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

パラメーター

operations
IIdentityProviderOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

戻り値

適用対象