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

DenyAssignmentInner 构造函数

定义

重载

DenyAssignmentInner()

初始化 DenyAssignmentInner 类的新实例。

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

初始化 DenyAssignmentInner 类的新实例。

DenyAssignmentInner()

初始化 DenyAssignmentInner 类的新实例。

public DenyAssignmentInner ();
Public Sub New ()

适用于

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

初始化 DenyAssignmentInner 类的新实例。

public DenyAssignmentInner (string id = default, string name = default, string type = default, string denyAssignmentName = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentPermission> permissions = default, string scope = default, bool? doNotApplyToChildScopes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.Principal> principals = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.Principal> excludePrincipals = default, bool? isSystemProtected = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentInner : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentPermission> * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.Principal> * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.Principal> * Nullable<bool> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentInner
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

拒绝分配范围。

doNotApplyToChildScopes
Nullable<Boolean>

确定拒绝分配是否适用于子范围。 默认值为 false。

principals
IList<Principal>

应用拒绝分配的主体数组。

excludePrincipals
IList<Principal>

拒绝分配不适用的主体数组。

isSystemProtected
Nullable<Boolean>

指定此拒绝分配是否由 Azure 创建,且无法编辑或删除。

适用于