IRoleDefinitionOperations 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.
TBD (see http://TBD for more information)
public interface IRoleDefinitionOperations
type IRoleDefinitionOperations = interface
Public Interface IRoleDefinitionOperations
Methods
CreateOrUpdateAsync(Guid, String, RoleDefinitionCreateOrUpdateParameters, CancellationToken) |
Creates or updates a role definition. |
DeleteAsync(Guid, String, CancellationToken) |
Deletes the role definition. |
GetAsync(Guid, String, CancellationToken) |
Get role definition by name (GUID). |
GetByIdAsync(String, CancellationToken) |
Get role definition by name (GUID). |
ListAsync(String, ListDefinitionFilterParameters, CancellationToken) |
Get all role definitions that are applicable at scope and above. Use atScopeAndBelow filter to search below the given scope as well |
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