@Beta(value=V1_1_0) public interface RoleDefinitions extends com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<RoleDefinition>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>, com.microsoft.azure.management.resources.fluentcore.model.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.
|
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.
|
getById, getByIdAsync, getByIdAsyncrx.Observable<RoleDefinition> getByScopeAsync(String scope, String name)
scope - the scope of the role definitionname - the name of the role definitioncom.microsoft.rest.ServiceFuture<RoleDefinition> getByScopeAsync(String scope, String name, com.microsoft.rest.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 rolecom.microsoft.rest.ServiceFuture<RoleDefinition> getByScopeAndRoleNameAsync(String scope, String roleName, com.microsoft.rest.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 definitioncom.microsoft.azure.PagedList<RoleDefinition> listByScope(String scope)
scope - the scope of the role definition/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/