MockableAuthorizationArmClient.GetAuthorizationRoleDefinitionAsync Method
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.
Get role definition by ID (GUID).
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.AuthorizationRoleDefinitionResource>> GetAuthorizationRoleDefinitionAsync(Azure.Core.ResourceIdentifier scope, string roleDefinitionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAuthorizationRoleDefinitionAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.AuthorizationRoleDefinitionResource>>
override this.GetAuthorizationRoleDefinitionAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.AuthorizationRoleDefinitionResource>>
Public Overridable Function GetAuthorizationRoleDefinitionAsync (scope As ResourceIdentifier, roleDefinitionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AuthorizationRoleDefinitionResource))
Parameters
- scope
- ResourceIdentifier
The scope of the resource collection to get.
- roleDefinitionId
- String
The ID of the role definition.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
roleDefinitionId is null.
roleDefinitionId is an empty string, and was expected to be non-empty.