Interface RoleDefinitions
- All Superinterfaces:
- HasInner<com.microsoft.azure.management.graphrbac.implementation.RoleDefinitionsInner>,- HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>,- SupportsGettingById<RoleDefinition>
public interface RoleDefinitions
extends SupportsGettingById<RoleDefinition>, HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>, HasInner<com.microsoft.azure.management.graphrbac.implementation.RoleDefinitionsInner>
Entry point to role definition management API.
- 
Method SummaryModifier and TypeMethodDescriptiongetByScope(String scope, String name) Gets the information about a role definition based on scope and name.getByScopeAndRoleName(String scope, String roleName) Gets the information about a role definition based on scope and name.rx.Observable<RoleDefinition>getByScopeAndRoleNameAsync(String scope, String roleName) Gets the information about a role definition based on scope and name.com.microsoft.rest.ServiceFuture<RoleDefinition>getByScopeAndRoleNameAsync(String scope, String roleName, com.microsoft.rest.ServiceCallback<RoleDefinition> callback) Gets the information about a role definition based on scope and name.rx.Observable<RoleDefinition>getByScopeAsync(String scope, String name) Gets the information about a role definition based on scope and name.com.microsoft.rest.ServiceFuture<RoleDefinition>getByScopeAsync(String scope, String name, com.microsoft.rest.ServiceCallback<RoleDefinition> callback) Gets the information about a role definition based on scope and name.com.microsoft.azure.PagedList<RoleDefinition>listByScope(String scope) List role definitions in a scope.rx.Observable<RoleDefinition>listByScopeAsync(String scope) List role definitions in a scope.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInnerinnerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManagermanagerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByIdgetById, getByIdAsync, getByIdAsync
- 
Method Details- 
getByScopeAsyncGets the information about a role definition based on scope and name.- Parameters:
- scope- the scope of the role definition
- name- the name of the role definition
- Returns:
- an immutable representation of the role definition
 
- 
getByScopeAsynccom.microsoft.rest.ServiceFuture<RoleDefinition> getByScopeAsync(String scope, String name, com.microsoft.rest.ServiceCallback<RoleDefinition> callback) Gets the information about a role definition based on scope and name.- Parameters:
- scope- the scope of the role definition
- name- the name of the role definition
- callback- the callback when the operation finishes
- Returns:
- an immutable representation of the role definition
 
- 
getByScopeGets the information about a role definition based on scope and name.- Parameters:
- scope- the scope of the role definition
- name- the name of the role definition
- Returns:
- an immutable representation of the role definition
 
- 
getByScopeAndRoleNameAsyncGets the information about a role definition based on scope and name.- Parameters:
- scope- the scope of the role definition
- roleName- the name of the role
- Returns:
- an immutable representation of the role definition
 
- 
getByScopeAndRoleNameAsynccom.microsoft.rest.ServiceFuture<RoleDefinition> getByScopeAndRoleNameAsync(String scope, String roleName, com.microsoft.rest.ServiceCallback<RoleDefinition> callback) Gets the information about a role definition based on scope and name.- Parameters:
- scope- the scope of the role definition
- roleName- the name of the role
- callback- the callback when the operation finishes
- Returns:
- an immutable representation of the role definition
 
- 
getByScopeAndRoleNameGets the information about a role definition based on scope and name.- Parameters:
- scope- the scope of the role definition
- roleName- the name of the role
- Returns:
- an immutable representation of the role definition
 
- 
listByScopeAsyncList role definitions in a scope.- Parameters:
- scope- the scope of the role definition
- Returns:
- an observable of role definitions
 
- 
listByScopeList role definitions in a scope.- Parameters:
- scope- the scope of the role definition
- Returns:
- a list of role definitions
 
 
-