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

ITrustedIdProvidersOperations 接口

定义

TrustedIdProvidersOperations 操作。

public interface ITrustedIdProvidersOperations
type ITrustedIdProvidersOperations = interface
Public Interface ITrustedIdProvidersOperations

方法

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

创建或更新指定的受信任标识提供者。 在更新期间,具有指定名称的受信任标识提供者将替换为此新提供程序

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

创建或更新指定的受信任标识提供者。 在更新期间,具有指定名称的受信任标识提供者将替换为此新提供程序

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

从指定的 Data Lake Store 帐户中删除指定的受信任标识提供者

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

获取指定的 Data Lake Store 受信任标识提供者。

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

列出指定 Data Lake Store 帐户中的 Data Lake Store 受信任标识提供者。

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

列出指定 Data Lake Store 帐户中的 Data Lake Store 受信任标识提供者。

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

汇报指定的受信任标识提供者。

扩展方法

CreateOrUpdate(ITrustedIdProvidersOperations, String, String, String, CreateOrUpdateTrustedIdProviderParameters)

创建或更新指定的受信任标识提供者。 在更新期间,具有指定名称的受信任标识提供者将替换为此新提供程序

CreateOrUpdate(ITrustedIdProvidersOperations, String, String, String, TrustedIdProvider)

创建或更新指定的受信任标识提供者。 在更新期间,具有指定名称的受信任标识提供者将替换为此新提供程序

CreateOrUpdateAsync(ITrustedIdProvidersOperations, String, String, String, CreateOrUpdateTrustedIdProviderParameters, CancellationToken)

创建或更新指定的受信任标识提供者。 在更新期间,具有指定名称的受信任标识提供者将替换为此新提供程序

CreateOrUpdateAsync(ITrustedIdProvidersOperations, String, String, String, TrustedIdProvider, CancellationToken)

创建或更新指定的受信任标识提供者。 在更新期间,具有指定名称的受信任标识提供者将替换为此新提供程序

Delete(ITrustedIdProvidersOperations, String, String, String)

从指定的 Data Lake Store 帐户中删除指定的受信任标识提供者

DeleteAsync(ITrustedIdProvidersOperations, String, String, String, CancellationToken)

从指定的 Data Lake Store 帐户中删除指定的受信任标识提供者

Get(ITrustedIdProvidersOperations, String, String, String)

获取指定的 Data Lake Store 受信任标识提供者。

GetAsync(ITrustedIdProvidersOperations, String, String, String, CancellationToken)

获取指定的 Data Lake Store 受信任标识提供者。

ListByAccount(ITrustedIdProvidersOperations, String, String)

列出指定 Data Lake Store 帐户中的 Data Lake Store 受信任标识提供者。

ListByAccountAsync(ITrustedIdProvidersOperations, String, String, CancellationToken)

列出指定 Data Lake Store 帐户中的 Data Lake Store 受信任标识提供者。

ListByAccountNext(ITrustedIdProvidersOperations, String)

列出指定 Data Lake Store 帐户中的 Data Lake Store 受信任标识提供者。

ListByAccountNextAsync(ITrustedIdProvidersOperations, String, CancellationToken)

列出指定 Data Lake Store 帐户中的 Data Lake Store 受信任标识提供者。

Update(ITrustedIdProvidersOperations, String, String, String, UpdateTrustedIdProviderParameters)

汇报指定的受信任标识提供者。

UpdateAsync(ITrustedIdProvidersOperations, String, String, String, UpdateTrustedIdProviderParameters, CancellationToken)

汇报指定的受信任标识提供者。

适用于