Share via


IdentityProviderOperationsExtensions Class

Definition

Extension methods for IdentityProviderOperations.

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

Methods

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

Creates or Updates the IdentityProvider configuration.

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

Creates or Updates the IdentityProvider configuration.

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

Deletes the specified identity provider configuration.

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

Deletes the specified identity provider configuration.

Get(IIdentityProviderOperations, String, String, String)

Gets the configuration details of the identity Provider configured in specified service instance.

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

Gets the configuration details of the identity Provider configured in specified service instance.

GetEntityTag(IIdentityProviderOperations, String, String, String)

Gets the entity state (Etag) version of the identityProvider specified by its identifier.

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

Gets the entity state (Etag) version of the identityProvider specified by its identifier.

ListByService(IIdentityProviderOperations, String, String)

Lists a collection of Identity Provider configured in the specified service instance. 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)

Lists a collection of Identity Provider configured in the specified service instance. 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)

Lists a collection of Identity Provider configured in the specified service instance. 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)

Lists a collection of Identity Provider configured in the specified service instance. 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)

Gets the client secret details of the Identity Provider.

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

Gets the client secret details of the Identity Provider.

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

Updates an existing IdentityProvider configuration.

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

Updates an existing IdentityProvider configuration.

Applies to