FileSystemOperationsExtensions.SetOwner メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルまたはディレクトリの所有者を設定します。
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。 空の場合、プロパティは変更されません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET