IOpenIdConnectProviderOperations Interface

Definition

OpenIdConnectProviderOperations operations.

public interface IOpenIdConnectProviderOperations
type IOpenIdConnectProviderOperations = interface
Public Interface IOpenIdConnectProviderOperations

Methods

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

Creates or updates the OpenID Connect Provider.

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

Deletes specific OpenID Connect Provider of the API Management service instance.

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

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

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

Gets specific OpenID Connect Provider without secrets.

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

Lists of all the OpenId Connect Providers.

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

Lists of all the OpenId Connect Providers.

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

Gets the client secret details of the OpenID Connect Provider.

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

Updates the specific OpenID Connect Provider.

Extension Methods

CreateOrUpdate(IOpenIdConnectProviderOperations, String, String, String, OpenidConnectProviderContract, String)

Creates or updates the OpenID Connect Provider.

CreateOrUpdateAsync(IOpenIdConnectProviderOperations, String, String, String, OpenidConnectProviderContract, String, CancellationToken)

Creates or updates the OpenID Connect Provider.

Delete(IOpenIdConnectProviderOperations, String, String, String, String)

Deletes specific OpenID Connect Provider of the API Management service instance.

DeleteAsync(IOpenIdConnectProviderOperations, String, String, String, String, CancellationToken)

Deletes specific OpenID Connect Provider of the API Management service instance.

Get(IOpenIdConnectProviderOperations, String, String, String)

Gets specific OpenID Connect Provider without secrets.

GetAsync(IOpenIdConnectProviderOperations, String, String, String, CancellationToken)

Gets specific OpenID Connect Provider without secrets.

GetEntityTag(IOpenIdConnectProviderOperations, String, String, String)

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

GetEntityTagAsync(IOpenIdConnectProviderOperations, String, String, String, CancellationToken)

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

ListByService(IOpenIdConnectProviderOperations, String, String, ODataQuery<OpenidConnectProviderContract>)

Lists of all the OpenId Connect Providers.

ListByServiceAsync(IOpenIdConnectProviderOperations, String, String, ODataQuery<OpenidConnectProviderContract>, CancellationToken)

Lists of all the OpenId Connect Providers.

ListByServiceNext(IOpenIdConnectProviderOperations, String)

Lists of all the OpenId Connect Providers.

ListByServiceNextAsync(IOpenIdConnectProviderOperations, String, CancellationToken)

Lists of all the OpenId Connect Providers.

ListSecrets(IOpenIdConnectProviderOperations, String, String, String)

Gets the client secret details of the OpenID Connect Provider.

ListSecretsAsync(IOpenIdConnectProviderOperations, String, String, String, CancellationToken)

Gets the client secret details of the OpenID Connect Provider.

Update(IOpenIdConnectProviderOperations, String, String, String, OpenidConnectProviderUpdateContract, String)

Updates the specific OpenID Connect Provider.

UpdateAsync(IOpenIdConnectProviderOperations, String, String, String, OpenidConnectProviderUpdateContract, String, CancellationToken)

Updates the specific OpenID Connect Provider.

Applies to