RoleAssignments Interface
public interface RoleAssignments extends SupportsGettingById,SupportsCreating<RoleAssignment.DefinitionStages.Blank>,SupportsBatchCreation,SupportsDeletingById,HasManager,HasInner
Entry point to role assignment management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
Role |
getByScope(String scope, String name)
Gets the information about a role assignment based on scope and name. |
Observable<Role |
getByScopeAsync(String scope, String name)
Gets the information about a role assignment based on scope and name. |
ServiceFuture<Role |
getByScopeAsync(String scope, String name, ServiceCallback<RoleAssignment> callback)
Gets the information about a role assignment based on scope and name. |
PagedList<Role |
listByScope(String scope)
List role assignments in a scope. |
Observable<Role |
listByScopeAsync(String scope)
List role assignments in a scope. |
Inherited Members
Method Details
getByScope
public RoleAssignment getByScope(String scope, String name)
Gets the information about a role assignment based on scope and name.
Parameters:
Returns:
getByScopeAsync
public Observable
Gets the information about a role assignment based on scope and name.
Parameters:
Returns:
getByScopeAsync
public ServiceFuture
Gets the information about a role assignment based on scope and name.
Parameters:
Returns:
listByScope
public PagedList
List role assignments in a scope.
Parameters:
Returns:
listByScopeAsync
public Observable
List role assignments in a scope.
Parameters:
Returns:
Applies to
Azure SDK for Java