次の方法で共有


IRoleAssignments.GetByScope(String, String) メソッド

定義

スコープと名前に基づいてロールの割り当てに関する情報を取得します。

public Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment GetByScope (string scope, string name);
abstract member GetByScope : string * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment
Public Function GetByScope (scope As String, name As String) As IRoleAssignment

パラメーター

scope
String

ロールの割り当てのスコープ。

name
String

ロールの割り当ての名前。

戻り値

適用対象