다음을 통해 공유


RoleDefinitionOperationsExtensions.GetAsync 메서드

정의

이름(GUID)으로 역할 정의를 가져옵니다.

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

매개 변수

operations
IRoleDefinitionOperations

Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations에 대한 참조입니다.

roleDefinitionId
Guid

필수 요소. 역할 정의 ID

scope
String

필수 요소. 범위

반환

역할 정의는 작업 결과를 가져옵니다.

적용 대상