Uses of Interface
com.azure.resourcemanager.authorization.models.RoleDefinition
Packages that use RoleDefinition
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleDefinition in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return RoleDefinitionModifier and TypeMethodDescriptionRoleDefinitions.getByScope(String scope, String name) Gets the information about a role definition based on scope and name.RoleDefinitions.getByScopeAndRoleName(String scope, String roleName) Gets the information about a role definition based on scope and name.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleDefinitionModifier and TypeMethodDescriptionRoleDefinitions.getByScopeAndRoleNameAsync(String scope, String roleName) Gets the information about a role definition based on scope and name.RoleDefinitions.getByScopeAsync(String scope, String name) Gets the information about a role definition based on scope and name.com.azure.core.http.rest.PagedIterable<RoleDefinition>RoleDefinitions.listByScope(String scope) List role definitions in a scope.com.azure.core.http.rest.PagedFlux<RoleDefinition>RoleDefinitions.listByScopeAsync(String scope) List role definitions in a scope.