AclEntry.ParseAclEntriesString(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
各 acl エントリ文字列を解析し、すべての acl エントリの一覧を返します
public static System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> ParseAclEntriesString(string aclEntries);
static member ParseAclEntriesString : string -> System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry>
Public Shared Function ParseAclEntriesString (aclEntries As String) As List(Of AclEntry)
パラメーター
- aclEntries
- String
acl エントリを含む文字列は、各エントリは ',' で区切られます
戻り値
ACL エントリの一覧
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET