Compartir a través de


IUsersOperations Interfaz

Definición

Operaciones UsersOperations.

public interface IUsersOperations
type IUsersOperations = interface
Public Interface IUsersOperations

Métodos

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

Crea un nuevo usuario o actualiza la información de un usuario existente en un dispositivo perimetral o puerta de enlace de data box.

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

Elimina al usuario en un dispositivo perimetral o puerta de enlace de databox.

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

Crea un nuevo usuario o actualiza la información de un usuario existente en un dispositivo perimetral o puerta de enlace de data box.

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

Elimina al usuario en un dispositivo perimetral o puerta de enlace de databox.

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

Obtiene las propiedades del usuario especificado.

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

Obtiene todos los usuarios registrados en un dispositivo perimetral o puerta de enlace de data box.

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

Obtiene todos los usuarios registrados en un dispositivo perimetral o puerta de enlace de data box.

Métodos de extensión

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

Crea un nuevo usuario o actualiza la información de un usuario existente en un dispositivo perimetral o puerta de enlace de data box.

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

Crea un nuevo usuario o actualiza la información de un usuario existente en un dispositivo perimetral o puerta de enlace de data box.

BeginDelete(IUsersOperations, String, String, String)

Elimina al usuario en un dispositivo perimetral o puerta de enlace de databox.

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

Elimina al usuario en un dispositivo perimetral o puerta de enlace de databox.

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

Crea un nuevo usuario o actualiza la información de un usuario existente en un dispositivo perimetral o puerta de enlace de data box.

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

Crea un nuevo usuario o actualiza la información de un usuario existente en un dispositivo perimetral o puerta de enlace de data box.

Delete(IUsersOperations, String, String, String)

Elimina al usuario en un dispositivo perimetral o puerta de enlace de databox.

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

Elimina al usuario en un dispositivo perimetral o puerta de enlace de databox.

Get(IUsersOperations, String, String, String)

Obtiene las propiedades del usuario especificado.

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

Obtiene las propiedades del usuario especificado.

ListByDataBoxEdgeDevice(IUsersOperations, String, String)

Obtiene todos los usuarios registrados en un dispositivo perimetral o puerta de enlace de data box.

ListByDataBoxEdgeDeviceAsync(IUsersOperations, String, String, CancellationToken)

Obtiene todos los usuarios registrados en un dispositivo perimetral o puerta de enlace de data box.

ListByDataBoxEdgeDeviceNext(IUsersOperations, String)

Obtiene todos los usuarios registrados en un dispositivo perimetral o puerta de enlace de data box.

ListByDataBoxEdgeDeviceNextAsync(IUsersOperations, String, CancellationToken)

Obtiene todos los usuarios registrados en un dispositivo perimetral o puerta de enlace de data box.

Se aplica a