Compartir a través de


IRolesOperations Interfaz

Definición

Operaciones RolesOperations.

public interface IRolesOperations
type IRolesOperations = interface
Public Interface IRolesOperations

Métodos

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Role, String, Dictionary<String,List<String>>, CancellationToken)

Cree o actualice un rol.

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

Elimina el rol en el dispositivo perimetral del cuadro de datos.

CreateOrUpdateWithHttpMessagesAsync(String, String, Role, String, Dictionary<String,List<String>>, CancellationToken)

Cree o actualice un rol.

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

Elimina el rol en el dispositivo perimetral del cuadro de datos.

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

Obtiene un rol específico por nombre.

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

Enumera todos los roles configurados en un dispositivo perimetral o puerta de enlace del cuadro de datos.

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

Enumera todos los roles configurados en un dispositivo perimetral o puerta de enlace del cuadro de datos.

Métodos de extensión

BeginCreateOrUpdate(IRolesOperations, String, String, Role, String)

Cree o actualice un rol.

BeginCreateOrUpdateAsync(IRolesOperations, String, String, Role, String, CancellationToken)

Cree o actualice un rol.

BeginDelete(IRolesOperations, String, String, String)

Elimina el rol en el dispositivo perimetral del cuadro de datos.

BeginDeleteAsync(IRolesOperations, String, String, String, CancellationToken)

Elimina el rol en el dispositivo perimetral del cuadro de datos.

CreateOrUpdate(IRolesOperations, String, String, Role, String)

Cree o actualice un rol.

CreateOrUpdateAsync(IRolesOperations, String, String, Role, String, CancellationToken)

Cree o actualice un rol.

Delete(IRolesOperations, String, String, String)

Elimina el rol en el dispositivo perimetral del cuadro de datos.

DeleteAsync(IRolesOperations, String, String, String, CancellationToken)

Elimina el rol en el dispositivo perimetral del cuadro de datos.

Get(IRolesOperations, String, String, String)

Obtiene un rol específico por nombre.

GetAsync(IRolesOperations, String, String, String, CancellationToken)

Obtiene un rol específico por nombre.

ListByDataBoxEdgeDevice(IRolesOperations, String, String)

Enumera todos los roles configurados en un dispositivo perimetral o puerta de enlace del cuadro de datos.

ListByDataBoxEdgeDeviceAsync(IRolesOperations, String, String, CancellationToken)

Enumera todos los roles configurados en un dispositivo perimetral o puerta de enlace del cuadro de datos.

ListByDataBoxEdgeDeviceNext(IRolesOperations, String)

Enumera todos los roles configurados en un dispositivo perimetral o puerta de enlace del cuadro de datos.

ListByDataBoxEdgeDeviceNextAsync(IRolesOperations, String, CancellationToken)

Enumera todos los roles configurados en un dispositivo perimetral o puerta de enlace del cuadro de datos.

Se aplica a