Uses of Interface
com.microsoft.azure.management.graphrbac.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
Modifier and TypeMethodDescriptionRoleAssignments.getByScope
(String scope, String name) Gets the information about a role assignment based on scope and name.Modifier 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()
Modifier and TypeMethodDescriptionServicePrincipal.UpdateStages.WithRoleAssignment.withoutRole
(RoleAssignment roleAssignment) Removes a role from the service principal.Modifier 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
Modifier and TypeMethodDescriptionIdentity.UpdateStages.WithAccess.withoutAccess
(RoleAssignment roleAssignment) Specifies that an access role assigned to the identity should be removed.