UsersOperationsExtensions Class

Definition

Extension methods for UsersOperations.

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

Methods

BeginCreateOrUpdate(IUsersOperations, String, String, String, AsymmetricEncryptedSecret, IList<ShareAccessRight>)

Creates a new user or updates an existing user's information on a data box edge/gateway device.

BeginCreateOrUpdateAsync(IUsersOperations, String, String, String, AsymmetricEncryptedSecret, IList<ShareAccessRight>, CancellationToken)

Creates a new user or updates an existing user's information on a data box edge/gateway device.

BeginDelete(IUsersOperations, String, String, String)

Deletes the user on a databox edge/gateway device.

BeginDeleteAsync(IUsersOperations, String, String, String, CancellationToken)

Deletes the user on a databox edge/gateway device.

CreateOrUpdate(IUsersOperations, String, String, String, AsymmetricEncryptedSecret, IList<ShareAccessRight>)

Creates a new user or updates an existing user's information on a data box edge/gateway device.

CreateOrUpdateAsync(IUsersOperations, String, String, String, AsymmetricEncryptedSecret, IList<ShareAccessRight>, CancellationToken)

Creates a new user or updates an existing user's information on a data box edge/gateway device.

Delete(IUsersOperations, String, String, String)

Deletes the user on a databox edge/gateway device.

DeleteAsync(IUsersOperations, String, String, String, CancellationToken)

Deletes the user on a databox edge/gateway device.

Get(IUsersOperations, String, String, String)

Gets the properties of the specified user.

GetAsync(IUsersOperations, String, String, String, CancellationToken)

Gets the properties of the specified user.

ListByDataBoxEdgeDevice(IUsersOperations, String, String)

Gets all the users registered on a data box edge/gateway device.

ListByDataBoxEdgeDeviceAsync(IUsersOperations, String, String, CancellationToken)

Gets all the users registered on a data box edge/gateway device.

ListByDataBoxEdgeDeviceNext(IUsersOperations, String)

Gets all the users registered on a data box edge/gateway device.

ListByDataBoxEdgeDeviceNextAsync(IUsersOperations, String, CancellationToken)

Gets all the users registered on a data box edge/gateway device.

Applies to