次の方法で共有


RoleAssignmentsOperationsExtensions.Get メソッド

定義

スコープと名前でロールの割り当てを取得します。

public static Microsoft.Azure.Management.Authorization.Models.RoleAssignment Get (this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string scope, string roleAssignmentName, string tenantId = default);
static member Get : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string * string * string -> Microsoft.Azure.Management.Authorization.Models.RoleAssignment
<Extension()>
Public Function Get (operations As IRoleAssignmentsOperations, scope As String, roleAssignmentName As String, Optional tenantId As String = Nothing) As RoleAssignment

パラメーター

operations
IRoleAssignmentsOperations

この拡張メソッドの操作グループ。

scope
String

操作またはリソースのスコープ。 有効なスコープは、サブスクリプション (形式: '/subscriptions/{subscriptionId}')、リソース グループ (形式: '/subscriptionId}/resourceGroups/{resourceGroupName}')、またはリソース (形式: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' です。

roleAssignmentName
String

ロールの割り当ての名前。 任意の有効な GUID を指定できます。

tenantId
String

テナント間要求のテナント ID

戻り値

適用対象