DataLakeStoreAccountOperationsExtensions.ListAsync 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 Task<DataLakeStoreAccountListResponse> ListAsync(
this IDataLakeStoreAccountOperations operations,
string resourceGroupName,
DataLakeStoreAccountListParameters parameters
)
public:
[ExtensionAttribute]
static Task<DataLakeStoreAccountListResponse^>^ ListAsync(
IDataLakeStoreAccountOperations^ operations,
String^ resourceGroupName,
DataLakeStoreAccountListParameters^ parameters
)
static member ListAsync :
operations:IDataLakeStoreAccountOperations *
resourceGroupName:string *
parameters:DataLakeStoreAccountListParameters -> Task<DataLakeStoreAccountListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IDataLakeStoreAccountOperations,
resourceGroupName As String,
parameters As DataLakeStoreAccountListParameters
) As Task(Of DataLakeStoreAccountListResponse)
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperations.
resourceGroupName
Type: System.StringOptional. The name of the resource group.
parameters
Type: Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountListParametersOptional. Query parameters. If null is passed returns all Data Lake Store account items.
Return Value
Type: System.Threading.Tasks.Task<DataLakeStoreAccountListResponse>
Data Lake Store account list information response.
See Also
DataLakeStoreAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace
Return to top