다음을 통해 공유


DenyAssignment 생성자

정의

오버로드

DenyAssignment()

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

DenyAssignment(String, String, String, String, String, IList<DenyAssignmentPermission>, String, Nullable<Boolean>, IList<Principal>, IList<Principal>, Nullable<Boolean>)

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

DenyAssignment()

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

public DenyAssignment ();
Public Sub New ()

적용 대상

DenyAssignment(String, String, String, String, String, IList<DenyAssignmentPermission>, String, Nullable<Boolean>, IList<Principal>, IList<Principal>, Nullable<Boolean>)

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

public DenyAssignment (string id = default, string name = default, string type = default, string denyAssignmentName = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.DenyAssignmentPermission> permissions = default, string scope = default, bool? doNotApplyToChildScopes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> principals = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> excludePrincipals = default, bool? isSystemProtected = default);
new Microsoft.Azure.Management.Authorization.Models.DenyAssignment : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.DenyAssignmentPermission> * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> * System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> * Nullable<bool> -> Microsoft.Azure.Management.Authorization.Models.DenyAssignment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional denyAssignmentName As String = Nothing, Optional description As String = Nothing, Optional permissions As IList(Of DenyAssignmentPermission) = Nothing, Optional scope As String = Nothing, Optional doNotApplyToChildScopes As Nullable(Of Boolean) = Nothing, Optional principals As IList(Of Principal) = Nothing, Optional excludePrincipals As IList(Of Principal) = Nothing, Optional isSystemProtected As Nullable(Of Boolean) = Nothing)

매개 변수

id
String

거부 할당 ID입니다.

name
String

거부 할당 이름입니다.

type
String

거부 할당 유형입니다.

denyAssignmentName
String

거부 할당의 표시 이름입니다.

description
String

거부 할당의 설명입니다.

permissions
IList<DenyAssignmentPermission>

거부 할당에 의해 거부되는 사용 권한 배열입니다.

scope
String

거부 할당 scope.

doNotApplyToChildScopes
Nullable<Boolean>

거부 할당이 자식 범위에 적용되는지 여부를 결정합니다. 기본값은 false입니다.

principals
IList<Principal>

거부 할당이 적용되는 보안 주체의 배열입니다.

excludePrincipals
IList<Principal>

거부 할당이 적용되지 않는 보안 주체의 배열입니다.

isSystemProtected
Nullable<Boolean>

이 거부 할당이 Azure에서 생성되었으며 편집하거나 삭제할 수 없는지 여부를 지정합니다.

적용 대상