public interface RoleDefinitions extends SupportsGettingById<RoleDefinition>, HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>, HasInner<com.microsoft.azure.management.graphrbac.implementation.RoleDefinitionsInner>
Modifier and Type | Method and Description |
---|---|
RoleDefinition |
getByScope(String scope,
String name)
Gets the information about a role definition based on scope and name.
|
RoleDefinition |
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.
|
ServiceFuture<RoleDefinition> |
getByScopeAndRoleNameAsync(String scope,
String roleName,
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.
|
ServiceFuture<RoleDefinition> |
getByScopeAsync(String scope,
String name,
ServiceCallback<RoleDefinition> callback)
Gets the information about a role definition based on scope and name.
|
PagedList<RoleDefinition> |
listByScope(String scope)
List role definitions in a scope.
|
rx.Observable<RoleDefinition> |
listByScopeAsync(String scope)
List role definitions in a scope.
|
getById, getByIdAsync, getByIdAsync
manager
rx.Observable<RoleDefinition> getByScopeAsync(String scope, String name)
scope
- the scope of the role definitionname
- the name of the role definitionServiceFuture<RoleDefinition> getByScopeAsync(String scope, String name, ServiceCallback<RoleDefinition> callback)
scope
- the scope of the role definitionname
- the name of the role definitioncallback
- the callback when the operation finishesRoleDefinition getByScope(String scope, String name)
scope
- the scope of the role definitionname
- the name of the role definitionrx.Observable<RoleDefinition> getByScopeAndRoleNameAsync(String scope, String roleName)
scope
- the scope of the role definitionroleName
- the name of the roleServiceFuture<RoleDefinition> getByScopeAndRoleNameAsync(String scope, String roleName, ServiceCallback<RoleDefinition> callback)
scope
- the scope of the role definitionroleName
- the name of the rolecallback
- the callback when the operation finishesRoleDefinition getByScopeAndRoleName(String scope, String roleName)
scope
- the scope of the role definitionroleName
- the name of the rolerx.Observable<RoleDefinition> listByScopeAsync(String scope)
scope
- the scope of the role definitionPagedList<RoleDefinition> listByScope(String scope)
scope
- the scope of the role definitionCopyright © 2019. All rights reserved.