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

RoleAssignmentCreateOrUpdateContent 类

定义

角色分配创建参数。

public class RoleAssignmentCreateOrUpdateContent
type RoleAssignmentCreateOrUpdateContent = class
Public Class RoleAssignmentCreateOrUpdateContent
继承
RoleAssignmentCreateOrUpdateContent

构造函数

RoleAssignmentCreateOrUpdateContent(ResourceIdentifier, Guid)

初始化 RoleAssignmentCreateOrUpdateContent 的新实例。

属性

Condition

角色分配的条件。 这会限制可分配给的资源。例如: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'。

ConditionVersion

条件的版本。 目前唯一接受的值为“2.0”。

CreatedBy

创建分配的用户的 ID。

CreatedOn

创建时间。

DelegatedManagedIdentityResourceId

委托的托管标识资源的 ID。

Description

角色分配的说明。

PrincipalId

主体 ID。

PrincipalType

分配的主体 ID 的主体类型。

RoleDefinitionId

角色定义 ID。

Scope

角色分配范围。

UpdatedBy

更新分配的用户的 ID。

UpdatedOn

更新时间。

适用于