IUsersOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
UsersOperations operations.
public interface IUsersOperations
type IUsersOperations = interface
Public Interface IUsersOperations
Methods
Extension Methods
BeginCreateOrUpdate(IUsersOperations, String, String, User, String) |
Creates a new user or updates an existing user's information on a Data Box Edge/Data Box Gateway device. |
BeginCreateOrUpdateAsync(IUsersOperations, String, String, User, String, CancellationToken) |
Creates a new user or updates an existing user's information on a Data Box Edge/Data Box 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, User, String) |
Creates a new user or updates an existing user's information on a Data Box Edge/Data Box Gateway device. |
CreateOrUpdateAsync(IUsersOperations, String, String, User, String, CancellationToken) |
Creates a new user or updates an existing user's information on a Data Box Edge/Data Box 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, String) |
Gets all the users registered on a Data Box Edge/Data Box Gateway device. |
ListByDataBoxEdgeDeviceAsync(IUsersOperations, String, String, String, CancellationToken) |
Gets all the users registered on a Data Box Edge/Data Box Gateway device. |
ListByDataBoxEdgeDeviceNext(IUsersOperations, String) |
Gets all the users registered on a Data Box Edge/Data Box Gateway device. |
ListByDataBoxEdgeDeviceNextAsync(IUsersOperations, String, CancellationToken) |
Gets all the users registered on a Data Box Edge/Data Box Gateway device. |
Applies to
Azure SDK for .NET