你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIdentityProviderOperations 接口

定义

IdentityProviderOperations 操作。

public interface IIdentityProviderOperations
type IIdentityProviderOperations = interface
Public Interface IIdentityProviderOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IdentityProviderCreateContract, String, Dictionary<String,List<String>>, CancellationToken)

创建或更新 IdentityProvider 配置。

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除指定的标识提供者配置。

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取其标识符指定的 identityProvider (Etag) 版本的实体状态。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取在指定服务实例中配置的标识提供者的配置详细信息。

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出在指定服务实例中配置的标识提供者集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出在指定服务实例中配置的标识提供者集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListSecretsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取标识提供者的客户端机密详细信息。

UpdateWithHttpMessagesAsync(String, String, String, IdentityProviderUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

汇报现有的 IdentityProvider 配置。

扩展方法

CreateOrUpdate(IIdentityProviderOperations, String, String, String, IdentityProviderCreateContract, String)

创建或更新 IdentityProvider 配置。

CreateOrUpdateAsync(IIdentityProviderOperations, String, String, String, IdentityProviderCreateContract, String, CancellationToken)

创建或更新 IdentityProvider 配置。

Delete(IIdentityProviderOperations, String, String, String, String)

删除指定的标识提供者配置。

DeleteAsync(IIdentityProviderOperations, String, String, String, String, CancellationToken)

删除指定的标识提供者配置。

Get(IIdentityProviderOperations, String, String, String)

获取在指定服务实例中配置的标识提供者的配置详细信息。

GetAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

获取在指定服务实例中配置的标识提供者的配置详细信息。

GetEntityTag(IIdentityProviderOperations, String, String, String)

获取其标识符指定的 identityProvider (Etag) 版本的实体状态。

GetEntityTagAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

获取其标识符指定的 identityProvider (Etag) 版本的实体状态。

ListByService(IIdentityProviderOperations, String, String)

列出在指定服务实例中配置的标识提供者集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceAsync(IIdentityProviderOperations, String, String, CancellationToken)

列出在指定服务实例中配置的标识提供者集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceNext(IIdentityProviderOperations, String)

列出在指定服务实例中配置的标识提供者集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceNextAsync(IIdentityProviderOperations, String, CancellationToken)

列出在指定服务实例中配置的标识提供者集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListSecrets(IIdentityProviderOperations, String, String, String)

获取标识提供者的客户端机密详细信息。

ListSecretsAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

获取标识提供者的客户端机密详细信息。

Update(IIdentityProviderOperations, String, String, String, IdentityProviderUpdateParameters, String)

汇报现有的 IdentityProvider 配置。

UpdateAsync(IIdentityProviderOperations, String, String, String, IdentityProviderUpdateParameters, String, CancellationToken)

汇报现有的 IdentityProvider 配置。

适用于