次の方法で共有


RemovePathAccessControlItem.ToAccessControlListString メソッド

定義

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

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

パラメーター

accessControlList
IList<RemovePathAccessControlItem>

シリアル化する削除のAccess Controlリスト

戻り値

string。

適用対象