public class RoleAssignmentPropertiesWithScope extends Object
| Constructor and Description |
|---|
RoleAssignmentPropertiesWithScope() |
| Modifier and Type | Method and Description |
|---|---|
String |
principalId()
Get the principalId value.
|
String |
roleDefinitionId()
Get the roleDefinitionId value.
|
String |
scope()
Get the scope value.
|
RoleAssignmentPropertiesWithScope |
withPrincipalId(String principalId)
Set the principalId value.
|
RoleAssignmentPropertiesWithScope |
withRoleDefinitionId(String roleDefinitionId)
Set the roleDefinitionId value.
|
RoleAssignmentPropertiesWithScope |
withScope(String scope)
Set the scope value.
|
public String scope()
public RoleAssignmentPropertiesWithScope withScope(String scope)
scope - the scope value to setpublic String roleDefinitionId()
public RoleAssignmentPropertiesWithScope withRoleDefinitionId(String roleDefinitionId)
roleDefinitionId - the roleDefinitionId value to setpublic String principalId()
public RoleAssignmentPropertiesWithScope withPrincipalId(String principalId)
principalId - the principalId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/