Uses of Interface
com.microsoft.azure.management.graphrbac.RoleDefinition
Packages that use RoleDefinition
Package
Description
This package contains the classes for GraphRbacManagementClient.
-
Uses of RoleDefinition in com.microsoft.azure.management.graphrbac
Methods in com.microsoft.azure.management.graphrbac 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.microsoft.azure.management.graphrbac that return types with arguments of type RoleDefinitionModifier and TypeMethodDescriptionrx.Observable<RoleDefinition>
RoleDefinitions.getByScopeAndRoleNameAsync
(String scope, String roleName) Gets the information about a role definition based on scope and name.com.microsoft.rest.ServiceFuture<RoleDefinition>
RoleDefinitions.getByScopeAndRoleNameAsync
(String scope, String roleName, com.microsoft.rest.ServiceCallback<RoleDefinition> callback) Gets the information about a role definition based on scope and name.rx.Observable<RoleDefinition>
RoleDefinitions.getByScopeAsync
(String scope, String name) Gets the information about a role definition based on scope and name.com.microsoft.rest.ServiceFuture<RoleDefinition>
RoleDefinitions.getByScopeAsync
(String scope, String name, com.microsoft.rest.ServiceCallback<RoleDefinition> callback) Gets the information about a role definition based on scope and name.com.microsoft.azure.PagedList<RoleDefinition>
RoleDefinitions.listByScope
(String scope) List role definitions in a scope.rx.Observable<RoleDefinition>
RoleDefinitions.listByScopeAsync
(String scope) List role definitions in a scope.Method parameters in com.microsoft.azure.management.graphrbac with type arguments of type RoleDefinitionModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<RoleDefinition>
RoleDefinitions.getByScopeAndRoleNameAsync
(String scope, String roleName, com.microsoft.rest.ServiceCallback<RoleDefinition> callback) Gets the information about a role definition based on scope and name.com.microsoft.rest.ServiceFuture<RoleDefinition>
RoleDefinitions.getByScopeAsync
(String scope, String name, com.microsoft.rest.ServiceCallback<RoleDefinition> callback) Gets the information about a role definition based on scope and name.