FileSystemOperationsExtensions.GetHomeDirectoryAsync Method (IFileSystemOperations, String)

 

Get the home directory for the specified account.

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

public static Task<HomeDirectoryResponse> GetHomeDirectoryAsync(
    this IFileSystemOperations operations,
    string accountName
)
public:
[ExtensionAttribute]
static Task<HomeDirectoryResponse^>^ GetHomeDirectoryAsync(
    IFileSystemOperations^ operations,
    String^ accountName
)
static member GetHomeDirectoryAsync : 
        operations:IFileSystemOperations *
        accountName:string -> Task<HomeDirectoryResponse>
<ExtensionAttribute>
Public Shared Function GetHomeDirectoryAsync (
    operations As IFileSystemOperations,
    accountName As String
) As Task(Of HomeDirectoryResponse)

Parameters

  • accountName
    Type: System.String

    Required. The name of the account to use

Return Value

Type: System.Threading.Tasks.Task<HomeDirectoryResponse>

Data Lake Store filesystem home path response.

See Also

FileSystemOperationsExtensions Class
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace

Return to top