Share via


IAuthorizationServerOperations Interface

Definition

AuthorizationServerOperations operations.

public interface IAuthorizationServerOperations
type IAuthorizationServerOperations = interface
Public Interface IAuthorizationServerOperations

Methods

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

Creates new authorization server or updates an existing authorization server.

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

Deletes specific authorization server instance.

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

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

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

Gets the details of the authorization server specified by its identifier.

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

Lists a collection of authorization servers defined within a service instance.

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

Lists a collection of authorization servers defined within a service instance.

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

Gets the client secret details of the authorization server.

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

Updates the details of the authorization server specified by its identifier.

Extension Methods

CreateOrUpdate(IAuthorizationServerOperations, String, String, String, AuthorizationServerContract, String)

Creates new authorization server or updates an existing authorization server.

CreateOrUpdateAsync(IAuthorizationServerOperations, String, String, String, AuthorizationServerContract, String, CancellationToken)

Creates new authorization server or updates an existing authorization server.

Delete(IAuthorizationServerOperations, String, String, String, String)

Deletes specific authorization server instance.

DeleteAsync(IAuthorizationServerOperations, String, String, String, String, CancellationToken)

Deletes specific authorization server instance.

Get(IAuthorizationServerOperations, String, String, String)

Gets the details of the authorization server specified by its identifier.

GetAsync(IAuthorizationServerOperations, String, String, String, CancellationToken)

Gets the details of the authorization server specified by its identifier.

GetEntityTag(IAuthorizationServerOperations, String, String, String)

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

GetEntityTagAsync(IAuthorizationServerOperations, String, String, String, CancellationToken)

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

ListByService(IAuthorizationServerOperations, String, String, ODataQuery<AuthorizationServerContract>)

Lists a collection of authorization servers defined within a service instance.

ListByServiceAsync(IAuthorizationServerOperations, String, String, ODataQuery<AuthorizationServerContract>, CancellationToken)

Lists a collection of authorization servers defined within a service instance.

ListByServiceNext(IAuthorizationServerOperations, String)

Lists a collection of authorization servers defined within a service instance.

ListByServiceNextAsync(IAuthorizationServerOperations, String, CancellationToken)

Lists a collection of authorization servers defined within a service instance.

ListSecrets(IAuthorizationServerOperations, String, String, String)

Gets the client secret details of the authorization server.

ListSecretsAsync(IAuthorizationServerOperations, String, String, String, CancellationToken)

Gets the client secret details of the authorization server.

Update(IAuthorizationServerOperations, String, String, String, AuthorizationServerUpdateContract, String)

Updates the details of the authorization server specified by its identifier.

UpdateAsync(IAuthorizationServerOperations, String, String, String, AuthorizationServerUpdateContract, String, CancellationToken)

Updates the details of the authorization server specified by its identifier.

Applies to