Share via


IRoleAssignments.GetByScopeAsync(String, String, CancellationToken) Method

Definition

Gets the information about a role assignment based on scope and name.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment> GetByScopeAsync (string scope, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByScopeAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>
Public Function GetByScopeAsync (scope As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IRoleAssignment)

Parameters

scope
String

The scope of the role assignment.

name
String

The name of the role assignment.

cancellationToken
CancellationToken

Returns

Applies to