RoleDefinitionsClient Class
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.
The RoleDefinitions service client.
public class RoleDefinitionsClient
type RoleDefinitionsClient = class
Public Class RoleDefinitionsClient
- Inheritance
-
RoleDefinitionsClient
Constructors
RoleDefinitionsClient() |
Initializes a new instance of RoleDefinitionsClient for mocking. |
RoleDefinitionsClient(Uri, TokenCredential, AccessControlClientOptions) |
Initializes a new instance of RoleDefinitionsClient. |
Methods
GetRoleDefinitionById(String, CancellationToken) |
Get role definition by role definition Id. |
GetRoleDefinitionByIdAsync(String, CancellationToken) |
Get role definition by role definition Id. |
ListRoleDefinitions(Nullable<Boolean>, String, CancellationToken) |
List role definitions. |
ListRoleDefinitionsAsync(Nullable<Boolean>, String, CancellationToken) |
List role definitions. |
ListScopes(CancellationToken) |
List rbac scopes. |
ListScopesAsync(CancellationToken) |
List rbac scopes. |
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