| 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.
|
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.
|
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 |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/