Package | Description |
---|---|
com.microsoft.azure.management.datalake.store |
This package contains the classes for DataLakeStoreAccountManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PagedList<DataLakeStoreAccountBasic> |
Accounts.list()
Lists the Data Lake Store accounts within the subscription.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.list(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listAsync()
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listAsync(ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.listByResourceGroup(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.listByResourceGroup(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.listByResourceGroupNext(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupNextAsync(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listByResourceGroupNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listByResourceGroupNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listByResourceGroupWithServiceResponseAsync(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listByResourceGroupWithServiceResponseAsync(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.listNext(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<Page<DataLakeStoreAccountBasic>> |
Accounts.listNextAsync(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
ServiceFuture<List<DataLakeStoreAccountBasic>> |
Accounts.listNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listWithServiceResponseAsync()
Lists the Data Lake Store accounts within the subscription.
|
rx.Observable<ServiceResponse<Page<DataLakeStoreAccountBasic>>> |
Accounts.listWithServiceResponseAsync(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
Copyright © 2019. All rights reserved.