ITrustedIdProvidersOperations Interface

Definition

TrustedIdProvidersOperations operations.

public interface ITrustedIdProvidersOperations
type ITrustedIdProvidersOperations = interface
Public Interface ITrustedIdProvidersOperations

Methods

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

Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider

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

Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider

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

Deletes the specified trusted identity provider from the specified Data Lake Store account

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

Gets the specified Data Lake Store trusted identity provider.

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

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

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

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

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

Updates the specified trusted identity provider.

Extension Methods

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

Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider

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

Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider

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

Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider

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

Creates or updates the specified trusted identity provider. During update, the trusted identity provider with the specified name will be replaced with this new provider

Delete(ITrustedIdProvidersOperations, String, String, String)

Deletes the specified trusted identity provider from the specified Data Lake Store account

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

Deletes the specified trusted identity provider from the specified Data Lake Store account

Get(ITrustedIdProvidersOperations, String, String, String)

Gets the specified Data Lake Store trusted identity provider.

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

Gets the specified Data Lake Store trusted identity provider.

ListByAccount(ITrustedIdProvidersOperations, String, String)

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

ListByAccountAsync(ITrustedIdProvidersOperations, String, String, CancellationToken)

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

ListByAccountNext(ITrustedIdProvidersOperations, String)

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

ListByAccountNextAsync(ITrustedIdProvidersOperations, String, CancellationToken)

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

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

Updates the specified trusted identity provider.

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

Updates the specified trusted identity provider.

Applies to