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 エントリの種類: ユーザー/グループ/その他/マスク
- userOrGroupId
- String
ACL エントリの種類に応じたオブジェクトのオブジェクト ID。 acl 型 other と mask の場合は null にする必要があります
- scope
- AclScope
ACCESS または DEFAULT
- action
- AclAction
設定する ACL の種類
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET