Share via


RoleDefinitionsImpl.IRoleDefinitions.ListByScope(String) Method

Definition

List role definitions in a scope.

System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinition> IRoleDefinitions.ListByScope (string scope);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitions.ListByScope : string -> seq<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinition>
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitions.ListByScope : string -> seq<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinition>
Function ListByScope (scope As String) As IEnumerable(Of IRoleDefinition) Implements IRoleDefinitions.ListByScope

Parameters

scope
String

The scope of the role definition.

Returns

Implements

Applies to