Delen via


RoleDefinitionsOperationsExtensions.GetAsync Methode

Definitie

Roldefinitie ophalen op naam (GUID).

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

Parameters

operations
IRoleDefinitionsOperations

De bewerkingsgroep voor deze extensiemethode.

scope
String

Het bereik van de roldefinitie.

roleDefinitionId
String

De id van de roldefinitie.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op