共用方式為


RoleAssignmentsOperationsExtensions.GetAsync Method

Definition

Get the specified role assignment.

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

Parameters

operations
IRoleAssignmentsOperations

The operations group for this extension method.

scope
String

The scope of the role assignment.

roleAssignmentName
String

The name of the role assignment to get.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to