RoleDefinitionOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all role definitions that are applicable at scope and above. Use atScopeAndBelow filter to search below the given scope as well
public static Microsoft.Azure.Management.Authorization.Models.RoleDefinitionListResult List (this Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations operations, string scope, Microsoft.Azure.Management.Authorization.Models.ListDefinitionFilterParameters parameters);
static member List : Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations * string * Microsoft.Azure.Management.Authorization.Models.ListDefinitionFilterParameters -> Microsoft.Azure.Management.Authorization.Models.RoleDefinitionListResult
<Extension()>
Public Function List (operations As IRoleDefinitionOperations, scope As String, parameters As ListDefinitionFilterParameters) As RoleDefinitionListResult
Parameters
- operations
- IRoleDefinitionOperations
Reference to the Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations.
- scope
- String
Required. Scope
- parameters
- ListDefinitionFilterParameters
Optional. List role definitions filters.
Returns
Role definition list operation result.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET