DataLakeStoreAccountOperationsExtensions.List Method (IDataLakeStoreAccountOperations, String, DataLakeStoreAccountListParameters)

 

Lists the Data Lake Store account objects within the subscription or within a specific resource group.

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

Syntax

public static DataLakeStoreAccountListResponse List(
    this IDataLakeStoreAccountOperations operations,
    string resourceGroupName,
    DataLakeStoreAccountListParameters parameters
)
public:
[ExtensionAttribute]
static DataLakeStoreAccountListResponse^ List(
    IDataLakeStoreAccountOperations^ operations,
    String^ resourceGroupName,
    DataLakeStoreAccountListParameters^ parameters
)
static member List : 
        operations:IDataLakeStoreAccountOperations *
        resourceGroupName:string *
        parameters:DataLakeStoreAccountListParameters -> DataLakeStoreAccountListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IDataLakeStoreAccountOperations,
    resourceGroupName As String,
    parameters As DataLakeStoreAccountListParameters
) As DataLakeStoreAccountListResponse

Parameters

  • resourceGroupName
    Type: System.String

    Optional. The name of the resource group.

Return Value

Type: Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountListResponse

Data Lake Store account list information response.

See Also

DataLakeStoreAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top