Uses of Interface
com.microsoft.azure.management.graphrbac.RoleAssignment
Packages that use RoleAssignment
Package
Description
This package contains the classes for GraphRbacManagementClient.
This package contains the classes for compute samples.
-
Uses of RoleAssignment in com.microsoft.azure.management.graphrbac
Methods in com.microsoft.azure.management.graphrbac that return RoleAssignmentModifier and TypeMethodDescriptionRoleAssignments.getByScope
(String scope, String name) Gets the information about a role assignment based on scope and name.Methods in com.microsoft.azure.management.graphrbac that return types with arguments of type RoleAssignmentModifier and TypeMethodDescriptionrx.Observable<RoleAssignment>
RoleAssignments.getByScopeAsync
(String scope, String name) Gets the information about a role assignment based on scope and name.com.microsoft.rest.ServiceFuture<RoleAssignment>
RoleAssignments.getByScopeAsync
(String scope, String name, com.microsoft.rest.ServiceCallback<RoleAssignment> callback) Gets the information about a role assignment based on scope and name.com.microsoft.azure.PagedList<RoleAssignment>
RoleAssignments.listByScope
(String scope) List role assignments in a scope.rx.Observable<RoleAssignment>
RoleAssignments.listByScopeAsync
(String scope) List role assignments in a scope.ServicePrincipal.roleAssignments()
Methods in com.microsoft.azure.management.graphrbac with parameters of type RoleAssignmentModifier and TypeMethodDescriptionServicePrincipal.UpdateStages.WithRoleAssignment.withoutRole
(RoleAssignment roleAssignment) Removes a role from the service principal.Method parameters in com.microsoft.azure.management.graphrbac with type arguments of type RoleAssignmentModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<RoleAssignment>
RoleAssignments.getByScopeAsync
(String scope, String name, com.microsoft.rest.ServiceCallback<RoleAssignment> callback) Gets the information about a role assignment based on scope and name. -
Uses of RoleAssignment in com.microsoft.azure.management.msi
Methods in com.microsoft.azure.management.msi with parameters of type RoleAssignmentModifier and TypeMethodDescriptionIdentity.UpdateStages.WithAccess.withoutAccess
(RoleAssignment roleAssignment) Specifies that an access role assigned to the identity should be removed.