Sdílet prostřednictvím


IRoleDefinitionOperations Rozhraní

Definice

Tbd (další informace najdete v tématu http://TBD )

public interface IRoleDefinitionOperations
type IRoleDefinitionOperations = interface
Public Interface IRoleDefinitionOperations

Metody

CreateOrUpdateAsync(Guid, String, RoleDefinitionCreateOrUpdateParameters, CancellationToken)

Vytvoří nebo aktualizuje definici role.

DeleteAsync(Guid, String, CancellationToken)

Odstraní definici role.

GetAsync(Guid, String, CancellationToken)

Získejte definici role podle názvu (GUID).

GetByIdAsync(String, CancellationToken)

Získejte definici role podle názvu (GUID).

ListAsync(String, ListDefinitionFilterParameters, CancellationToken)

Získejte všechny definice rolí, které se dají použít v oboru a novějším. Filtr atScopeAndBelow použijte také k vyhledávání pod daným oborem.

Metody rozšíření

CreateOrUpdate(IRoleDefinitionOperations, Guid, String, RoleDefinitionCreateOrUpdateParameters)

Vytvoří nebo aktualizuje definici role.

CreateOrUpdateAsync(IRoleDefinitionOperations, Guid, String, RoleDefinitionCreateOrUpdateParameters)

Vytvoří nebo aktualizuje definici role.

Delete(IRoleDefinitionOperations, Guid, String)

Odstraní definici role.

DeleteAsync(IRoleDefinitionOperations, Guid, String)

Odstraní definici role.

Get(IRoleDefinitionOperations, Guid, String)

Získejte definici role podle názvu (GUID).

GetAsync(IRoleDefinitionOperations, Guid, String)

Získejte definici role podle názvu (GUID).

GetById(IRoleDefinitionOperations, String)

Získejte definici role podle názvu (GUID).

GetByIdAsync(IRoleDefinitionOperations, String)

Získejte definici role podle názvu (GUID).

List(IRoleDefinitionOperations, String, ListDefinitionFilterParameters)

Získejte všechny definice rolí, které se dají použít v oboru a novějším. Filtr atScopeAndBelow použijte také k vyhledávání pod daným oborem.

ListAsync(IRoleDefinitionOperations, String, ListDefinitionFilterParameters)

Získejte všechny definice rolí, které se dají použít v oboru a novějším. Filtr atScopeAndBelow použijte také k vyhledávání pod daným oborem.

Platí pro