次の方法で共有


PathAccessControlExtensions.ToAccessControlListString メソッド

定義

Access Control リストを にString変換します。

public static string ToAccessControlListString (System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> accessControlList);
static member ToAccessControlListString : System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> -> string
Public Function ToAccessControlListString (accessControlList As IList(Of PathAccessControlItem)) As String

パラメーター

accessControlList
IList<PathAccessControlItem>

シリアル化するAccess Control リスト

戻り値

string。

適用対象