Share via


IUserOperations Interface

Definition

UserOperations operations.

public interface IUserOperations
type IUserOperations = interface
Public Interface IUserOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, UserCreateParameters, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Creates or Updates a user.

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

Deletes specific user.

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

Retrieves a redirection URL containing an authentication token for signing a given user into the developer portal.

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

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

GetSharedAccessTokenWithHttpMessagesAsync(String, String, String, UserTokenParameters, Dictionary<String,List<String>>, CancellationToken)

Gets the Shared Access Authorization Token for the User.

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

Gets the details of the user specified by its identifier.

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

Lists a collection of registered users in the specified service instance.

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<UserContract>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of registered users in the specified service instance.

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

Updates the details of the user specified by its identifier.

Extension Methods

CreateOrUpdate(IUserOperations, String, String, String, UserCreateParameters, Nullable<Boolean>, String)

Creates or Updates a user.

CreateOrUpdateAsync(IUserOperations, String, String, String, UserCreateParameters, Nullable<Boolean>, String, CancellationToken)

Creates or Updates a user.

Delete(IUserOperations, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String)

Deletes specific user.

DeleteAsync(IUserOperations, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, CancellationToken)

Deletes specific user.

GenerateSsoUrl(IUserOperations, String, String, String)

Retrieves a redirection URL containing an authentication token for signing a given user into the developer portal.

GenerateSsoUrlAsync(IUserOperations, String, String, String, CancellationToken)

Retrieves a redirection URL containing an authentication token for signing a given user into the developer portal.

Get(IUserOperations, String, String, String)

Gets the details of the user specified by its identifier.

GetAsync(IUserOperations, String, String, String, CancellationToken)

Gets the details of the user specified by its identifier.

GetEntityTag(IUserOperations, String, String, String)

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

GetEntityTagAsync(IUserOperations, String, String, String, CancellationToken)

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

GetSharedAccessToken(IUserOperations, String, String, String, UserTokenParameters)

Gets the Shared Access Authorization Token for the User.

GetSharedAccessTokenAsync(IUserOperations, String, String, String, UserTokenParameters, CancellationToken)

Gets the Shared Access Authorization Token for the User.

ListByService(IUserOperations, String, String, ODataQuery<UserContract>, Nullable<Boolean>)

Lists a collection of registered users in the specified service instance.

ListByServiceAsync(IUserOperations, String, String, ODataQuery<UserContract>, Nullable<Boolean>, CancellationToken)

Lists a collection of registered users in the specified service instance.

ListByServiceNext(IUserOperations, String)

Lists a collection of registered users in the specified service instance.

ListByServiceNextAsync(IUserOperations, String, CancellationToken)

Lists a collection of registered users in the specified service instance.

Update(IUserOperations, String, String, String, UserUpdateParameters, String)

Updates the details of the user specified by its identifier.

UpdateAsync(IUserOperations, String, String, String, UserUpdateParameters, String, CancellationToken)

Updates the details of the user specified by its identifier.

Applies to