Share via


RoleDefinitionsOperationsExtensions.GetAsync Method

Definition

Get role definition by name (GUID).

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionInner> GetAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionInner>
<Extension()>
Public Function GetAsync (operations As IRoleDefinitionsOperations, scope As String, roleDefinitionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RoleDefinitionInner)

Parameters

operations
IRoleDefinitionsOperations

The operations group for this extension method.

scope
String

The scope of the role definition.

roleDefinitionId
String

The ID of the role definition.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to