你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AclEntry(AclType, String, AclScope, AclAction) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
公共构造函数
public AclEntry(Microsoft.Azure.DataLake.Store.Acl.AclType type, string userOrGroupId, Microsoft.Azure.DataLake.Store.Acl.AclScope scope, Microsoft.Azure.DataLake.Store.Acl.AclAction action);
new Microsoft.Azure.DataLake.Store.Acl.AclEntry : Microsoft.Azure.DataLake.Store.Acl.AclType * string * Microsoft.Azure.DataLake.Store.Acl.AclScope * Microsoft.Azure.DataLake.Store.Acl.AclAction -> Microsoft.Azure.DataLake.Store.Acl.AclEntry
Public Sub New (type As AclType, userOrGroupId As String, scope As AclScope, action As AclAction)
参数
- type
- AclType
ACL 条目的类型:User/group/Other/mask
- userOrGroupId
- String
对象的对象 ID,具体取决于 ACL 条目的类型。 对于 acl 类型 other 和 mask,它应为 null
- scope
- AclScope
ACCESS 或 DEFAULT
- action
- AclAction
要设置的 ACL 类型