Uses of Interface
com.azure.resourcemanager.authorization.models.RoleDefinition
-
Packages that use RoleDefinition Package Description com.azure.resourcemanager.authorization.models 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 RoleDefinition Modifier and Type Method Description RoleDefinition
RoleDefinitions. getByScope(String scope, String name)
Gets the information about a role definition based on scope and name.RoleDefinition
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 RoleDefinition Modifier and Type Method Description Mono<RoleDefinition>
RoleDefinitions. getByScopeAndRoleNameAsync(String scope, String roleName)
Gets the information about a role definition based on scope and name.Mono<RoleDefinition>
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.
-