public interface RoleAssignments extends SupportsGettingById<RoleAssignment>, SupportsCreating<RoleAssignment.DefinitionStages.Blank>, SupportsBatchCreation<RoleAssignment>, SupportsDeletingById, HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>, HasInner<com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentsInner>
Modifier and Type | Method and Description |
---|---|
RoleAssignment |
getByScope(String scope,
String name)
Gets the information about a role assignment based on scope and name.
|
rx.Observable<RoleAssignment> |
getByScopeAsync(String scope,
String name)
Gets the information about a role assignment based on scope and name.
|
ServiceFuture<RoleAssignment> |
getByScopeAsync(String scope,
String name,
ServiceCallback<RoleAssignment> callback)
Gets the information about a role assignment based on scope and name.
|
PagedList<RoleAssignment> |
listByScope(String scope)
List role assignments in a scope.
|
rx.Observable<RoleAssignment> |
listByScopeAsync(String scope)
List role assignments in a scope.
|
getById, getByIdAsync, getByIdAsync
define
create, create, createAsync, createAsync, createAsync, createAsync
deleteById, deleteByIdAsync, deleteByIdAsync
manager
rx.Observable<RoleAssignment> getByScopeAsync(String scope, String name)
scope
- the scope of the role assignmentname
- the name of the role assignmentServiceFuture<RoleAssignment> getByScopeAsync(String scope, String name, ServiceCallback<RoleAssignment> callback)
scope
- the scope of the role assignmentname
- the name of the role assignmentcallback
- the callback when the operation finishesRoleAssignment getByScope(String scope, String name)
scope
- the scope of the role assignmentname
- the name of the role assignmentrx.Observable<RoleAssignment> listByScopeAsync(String scope)
scope
- the scope of the role assignmentsPagedList<RoleAssignment> listByScope(String scope)
scope
- the scope of the role assignmentsCopyright © 2019. All rights reserved.