Uses of Interface
com.microsoft.azure.management.graphrbac.RoleDefinition
Package
Description
This package contains the classes for GraphRbacManagementClient.
-
Uses of RoleDefinition in com.microsoft.azure.management.graphrbac
Modifier 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.Modifier 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.Modifier 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.