Partager via


IRolesOperations Interface

Définition

Opérations RolesOperations.

public interface IRolesOperations
type IRolesOperations = interface
Public Interface IRolesOperations

Méthodes

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

Créer ou mettre à jour un rôle.

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

Supprime le rôle sur l’appareil.

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

Créer ou mettre à jour un rôle.

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

Supprime le rôle sur l’appareil.

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

Obtient un rôle spécifique par nom.

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

Répertorie tous les rôles configurés dans un appareil Data Box Edge/Data Box Gateway.

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

Répertorie tous les rôles configurés dans un appareil Data Box Edge/Data Box Gateway.

Méthodes d’extension

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

Créer ou mettre à jour un rôle.

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

Créer ou mettre à jour un rôle.

BeginDelete(IRolesOperations, String, String, String)

Supprime le rôle sur l’appareil.

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

Supprime le rôle sur l’appareil.

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

Créer ou mettre à jour un rôle.

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

Créer ou mettre à jour un rôle.

Delete(IRolesOperations, String, String, String)

Supprime le rôle sur l’appareil.

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

Supprime le rôle sur l’appareil.

Get(IRolesOperations, String, String, String)

Obtient un rôle spécifique par nom.

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

Obtient un rôle spécifique par nom.

ListByDataBoxEdgeDevice(IRolesOperations, String, String)

Répertorie tous les rôles configurés dans un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceAsync(IRolesOperations, String, String, CancellationToken)

Répertorie tous les rôles configurés dans un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceNext(IRolesOperations, String)

Répertorie tous les rôles configurés dans un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceNextAsync(IRolesOperations, String, CancellationToken)

Répertorie tous les rôles configurés dans un appareil Data Box Edge/Data Box Gateway.

S’applique à