Freigeben über


IRoleDefinitionsOperations Schnittstelle

Definition

RoleDefinitionsOperations-Vorgänge.

public interface IRoleDefinitionsOperations
type IRoleDefinitionsOperations = interface
Public Interface IRoleDefinitionsOperations

Methoden

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

Erstellt oder aktualisiert eine Rollendefinition.

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

Löscht eine Rollendefinition.

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

Ruft eine Rollendefinition nach ID ab.

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

Abrufen der Rollendefinition nach Name (GUID).

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

Rufen Sie alle Rollendefinitionen ab, die im Bereich und höher anwendbar sind.

ListWithHttpMessagesAsync(String, ODataQuery<RoleDefinitionFilter>, Dictionary<String,List<String>>, CancellationToken)

Rufen Sie alle Rollendefinitionen ab, die im Bereich und höher anwendbar sind.

Erweiterungsmethoden

CreateOrUpdateAsync(IRoleDefinitionsOperations, String, String, RoleDefinitionInner, CancellationToken)

Erstellt oder aktualisiert eine Rollendefinition.

DeleteAsync(IRoleDefinitionsOperations, String, String, CancellationToken)

Löscht eine Rollendefinition.

GetAsync(IRoleDefinitionsOperations, String, String, CancellationToken)

Abrufen der Rollendefinition nach Name (GUID).

GetByIdAsync(IRoleDefinitionsOperations, String, CancellationToken)

Ruft eine Rollendefinition nach ID ab.

ListAsync(IRoleDefinitionsOperations, String, ODataQuery<RoleDefinitionFilter>, CancellationToken)

Rufen Sie alle Rollendefinitionen ab, die im Bereich und höher anwendbar sind.

ListNextAsync(IRoleDefinitionsOperations, String, CancellationToken)

Rufen Sie alle Rollendefinitionen ab, die im Bereich und höher anwendbar sind.

Gilt für: