다음을 통해 공유


RoleAssignmentArtifact 클래스

정의

역할 할당을 적용하는 청사진 아티팩트입니다.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("roleAssignment")]
public class RoleAssignmentArtifact : Microsoft.Azure.Management.Blueprint.Models.Artifact
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("roleAssignment")>]
type RoleAssignmentArtifact = class
    inherit Artifact
Public Class RoleAssignmentArtifact
Inherits Artifact
상속
RoleAssignmentArtifact
특성
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

생성자

RoleAssignmentArtifact()

RoleAssignmentArtifact 클래스의 새 instance 초기화합니다.

RoleAssignmentArtifact(String, Object, String, String, String, String, String, IList<String>, String)

RoleAssignmentArtifact 클래스의 새 instance 초기화합니다.

속성

DependsOn

지정된 아티팩트 앞에 배포해야 하는 아티팩트 를 가져오거나 설정합니다.

Description

이 리소스를 설명하는 여러 줄을 가져오거나 설정합니다.

DisplayName

이 리소스에 대해 설명하는 한 줄 문자열을 가져오거나 설정합니다.

Id

Azure에서 리소스를 찾는 데 사용되는 문자열 ID를 가져옵니다.

(다음에서 상속됨 AzureResourceBase)
Name

이 리소스의 이름을 가져옵니다.

(다음에서 상속됨 AzureResourceBase)
PrincipalIds

Azure Active Directory에서 사용자 또는 그룹 ID의 배열을 가져오거나 설정합니다. roleDefinition은 각 ID에 적용됩니다.

ResourceGroup

roleAssignment가 이 resourceGroup에 scope 가져오거나 설정합니다. 비어 있으면 구독 범위가 지정됩니다.

RoleDefinitionId

RoleDefinition의 Azure 리소스 ID를 가져오거나 설정합니다.

Type

이 리소스의 형식을 가져옵니다.

(다음에서 상속됨 AzureResourceBase)

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상