次の方法で共有


AclEntry(AclType, String, AclScope, AclAction) コンストラクター

定義

パブリック コンストラクター

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 エントリの種類: ユーザー/グループ/その他/マスク

userOrGroupId
String

ACL エントリの種類に応じたオブジェクトのオブジェクト ID。 acl 型 other と mask の場合は null にする必要があります

scope
AclScope

ACCESS または DEFAULT

action
AclAction

設定する ACL の種類

適用対象