Package | Description |
---|---|
com.microsoft.azure.management.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
com.microsoft.azure.management.msi |
This package contains the classes for compute samples.
|
Modifier and Type | Method and Description |
---|---|
RoleAssignment |
RoleAssignments.getByScope(String scope,
String name)
Gets the information about a role assignment based on scope and name.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<RoleAssignment> |
RoleAssignments.getByScopeAsync(String scope,
String name)
Gets the information about a role assignment based on scope and name.
|
ServiceFuture<RoleAssignment> |
RoleAssignments.getByScopeAsync(String scope,
String name,
ServiceCallback<RoleAssignment> callback)
Gets the information about a role assignment based on scope and name.
|
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.
|
Set<RoleAssignment> |
ServicePrincipal.roleAssignments() |
Modifier and Type | Method and Description |
---|---|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withoutRole(RoleAssignment roleAssignment)
Removes a role from the service principal.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<RoleAssignment> |
RoleAssignments.getByScopeAsync(String scope,
String name,
ServiceCallback<RoleAssignment> callback)
Gets the information about a role assignment based on scope and name.
|
Modifier and Type | Method and Description |
---|---|
Identity.Update |
Identity.UpdateStages.WithAccess.withoutAccess(RoleAssignment roleAssignment)
Specifies that an access role assigned to the identity should be removed.
|
Copyright © 2019. All rights reserved.