Compartilhar via


IRoleAssignments.GetByScope(String, String) Método

Definição

Obtém as informações sobre uma atribuição de função com base no escopo e no nome.

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

Parâmetros

scope
String

O escopo da atribuição de função.

name
String

O nome da atribuição de função.

Retornos

Aplica-se a