次の方法で共有


FileSystemOperationsExtensions.SetOwner メソッド

定義

ファイルまたはディレクトリの所有者を設定します。

public static void SetOwner (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string setOwnerFilePath, string owner = default, string group = default);
public static void SetOwner (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, string owner = default, string group = default);
static member SetOwner : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string * string -> unit
static member SetOwner : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string * string -> unit
<Extension()>
Public Sub SetOwner (operations As IFileSystemOperations, accountName As String, setOwnerFilePath As String, Optional owner As String = Nothing, Optional group As String = Nothing)
<Extension()>
Public Sub SetOwner (operations As IFileSystemOperations, accountName As String, path As String, Optional owner As String = Nothing, Optional group As String = Nothing)

パラメーター

operations
IFileSystemOperations

この拡張メソッドの操作グループ。

accountName
String

ファイルシステム操作を実行する Azure Data Lake Store アカウント。

setOwnerFilePathpath
String

所有者を設定するファイルまたはディレクトリの Data Lake Store パス ('/' から始まる)。

owner
String

ファイルまたはディレクトリのユーザー所有者の AAD オブジェクト ID。 空の場合、プロパティは変更されません。

group
String

ファイルまたはディレクトリのグループ所有者の AAD オブジェクト ID。 空の場合、プロパティは変更されません。

適用対象