你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DenyAssignmentInner 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
拒绝分配范围。