你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RoleAssignment 接口

实现

HasId HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager> HasName HasInner<com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentInner> 是可索引的

public interface RoleAssignment
extends Indexable, HasInner<com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentInner>, HasId, HasName, HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>

Azure AD 角色分配的不可变客户端表示形式。

方法摘要

修饰符和类型 方法和描述
abstract java.lang.String principalId()
abstract java.lang.String roleDefinitionId()
abstract java.lang.String scope()

方法详细信息

principalId

public abstract String principalId()

Returns:

主体 ID

roleDefinitionId

public abstract String roleDefinitionId()

Returns:

角色定义 ID

scope

public abstract String scope()

Returns:

角色分配范围

适用于