IRoleDefinitionsOperations Rozhraní
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Operace RoleDefinitionsOperations.
public interface IRoleDefinitionsOperations
type IRoleDefinitionsOperations = interface
Public Interface IRoleDefinitionsOperations
Metody
CreateOrUpdateWithHttpMessagesAsync(String, String, RoleDefinition, Dictionary<String,List<String>>, CancellationToken) |
Vytvoří nebo aktualizuje definici role. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Odstraní definici role. |
GetByIdWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Získá definici role podle ID. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Získejte definici role podle názvu (GUID). |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Získejte všechny definice rolí, které se dají použít v oboru a novějším. |
ListWithHttpMessagesAsync(String, ODataQuery<RoleDefinitionFilter>, Dictionary<String,List<String>>, CancellationToken) |
Získejte všechny definice rolí, které se dají použít v oboru a novějším. |
Metody rozšíření
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET