Delen via


RoleDefinitionOperationsExtensions.Get Methode

Definitie

Roldefinitie ophalen op naam (GUID).

public static Microsoft.Azure.Management.Authorization.Models.RoleDefinitionGetResult Get (this Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations operations, Guid roleDefinitionId, string scope);
static member Get : Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations * Guid * string -> Microsoft.Azure.Management.Authorization.Models.RoleDefinitionGetResult
<Extension()>
Public Function Get (operations As IRoleDefinitionOperations, roleDefinitionId As Guid, scope As String) As RoleDefinitionGetResult

Parameters

operations
IRoleDefinitionOperations

Verwijzing naar Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations.

roleDefinitionId
Guid

Vereist. Roldefinitie-id

scope
String

Vereist. Bereik

Retouren

Roldefinitie: bewerkingsresultaat ophalen.

Van toepassing op