次の方法で共有


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 リソースの ID。

Description

ロールの割り当ての説明。

PrincipalId

プリンシパル ID。

PrincipalType

割り当てられたプリンシパル ID のプリンシパルの種類。

RoleDefinitionId

ロール定義 ID

Scope

ロールの割り当てスコープ。

UpdatedBy

割り当てを更新したユーザーの ID。

UpdatedOn

更新された時刻。

適用対象