次の方法で共有


RemovePathAccessControlItem(AccessControlType, Boolean, String) コンストラクター

定義

コンストラクターです。

public RemovePathAccessControlItem (Azure.Storage.Files.DataLake.Models.AccessControlType accessControlType, bool defaultScope = false, string entityId = default);
new Azure.Storage.Files.DataLake.Models.RemovePathAccessControlItem : Azure.Storage.Files.DataLake.Models.AccessControlType * bool * string -> Azure.Storage.Files.DataLake.Models.RemovePathAccessControlItem
Public Sub New (accessControlType As AccessControlType, Optional defaultScope As Boolean = false, Optional entityId As String = Nothing)

パラメーター

accessControlType
AccessControlType

このエントリがターゲットとするロールを指定します。

defaultScope
Boolean

これが ACL の既定のエントリであるかどうかを示します。

entityId
String

このエントリが適用される省略可能なエンティティ ID。

適用対象