| Modifier and Type | Interface and Description |
|---|---|
static interface |
RoleAssignment.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
RoleAssignment.DefinitionStages.WithScope |
RoleAssignment.DefinitionStages.WithRole.withBuiltInRole(BuiltInRole role)
Specifies the name of a built in role for this assignment.
|
RoleAssignment.DefinitionStages.WithScope |
RoleAssignment.DefinitionStages.WithRole.withRoleDefinition(String roleDefinitionId)
Specifies the ID of the custom role for this assignment.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/