TrustedIdProvidersOperationsExtensions Class

Definition

Extension methods for TrustedIdProvidersOperations.

public static class TrustedIdProvidersOperationsExtensions
type TrustedIdProvidersOperationsExtensions = class
Public Module TrustedIdProvidersOperationsExtensions
Inheritance
TrustedIdProvidersOperationsExtensions

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