UsersOperationsExtensions Class

Definition

Extension methods for UsersOperations.

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

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