次の方法で共有


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

必須です。 Scope

戻り値

ロール定義の取得操作の結果。

適用対象