Share via


IUsersOperations Interface

Definition

UsersOperations operations.

public interface IUsersOperations
type IUsersOperations = interface
Public Interface IUsersOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, AsymmetricEncryptedSecret, IList<ShareAccessRight>, Dictionary<String, List<String>>, CancellationToken)

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

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

Deletes the user on a databox edge/gateway device.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, AsymmetricEncryptedSecret, IList<ShareAccessRight>, Dictionary<String,List<String>>, CancellationToken)

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

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

Deletes the user on a databox edge/gateway device.

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

Gets the properties of the specified user.

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

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

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

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

Extension 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