@Beta(value=V1_1_0) public interface RoleAssignments extends com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<RoleAssignment>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<RoleAssignment.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<RoleAssignment>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, 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.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.
|
com.microsoft.rest.ServiceFuture<RoleAssignment> |
getByScopeAsync(String scope,
String name,
com.microsoft.rest.ServiceCallback<RoleAssignment> callback)
Gets the information about a role assignment based on scope and name.
|
com.microsoft.azure.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, getByIdAsyncdefinecreate, create, createAsync, createAsync, createAsync, createAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncrx.Observable<RoleAssignment> getByScopeAsync(String scope, String name)
scope - the scope of the role assignmentname - the name of the role assignmentcom.microsoft.rest.ServiceFuture<RoleAssignment> getByScopeAsync(String scope, String name, com.microsoft.rest.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 assignmentscom.microsoft.azure.PagedList<RoleAssignment> listByScope(String scope)
scope - the scope of the role assignments/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/