Share via


UserOperationsExtensions Class

Definition

Extension methods for UserOperations.

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

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