IRoleDefinitionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RoleDefinitionsOperations operations.
public interface IRoleDefinitionsOperations
type IRoleDefinitionsOperations = interface
Public Interface IRoleDefinitionsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, RoleDefinition, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a role definition. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a role definition. |
GetByIdWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets a role definition by ID. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get role definition by name (GUID). |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get all role definitions that are applicable at scope and above. |
ListWithHttpMessagesAsync(String, ODataQuery<RoleDefinitionFilter>, Dictionary<String,List<String>>, CancellationToken) |
Get all role definitions that are applicable at scope and above. |
Extension Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET