Freigeben über


IRoleAssignmentOperations.GetAsync(String, Guid, CancellationToken) Methode

Definition

Rufen Sie die Zuweisung einer einzelnen Rolle ab.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentGetResult> GetAsync (string scope, Guid roleAssignmentName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentGetResult>
Public Function GetAsync (scope As String, roleAssignmentName As Guid, cancellationToken As CancellationToken) As Task(Of RoleAssignmentGetResult)

Parameter

scope
String

Umfang.

roleAssignmentName
Guid

Name der Rollenzuweisung.

cancellationToken
CancellationToken

Abbruchtoken.

Gibt zurück

Ergebnis des Vorgangs abrufen der Rollenzuweisung.

Gilt für: