Uses of Class
com.microsoft.azure.management.datalake.store.models.DataLakeStoreAccount
Packages that use DataLakeStoreAccount
Package
Description
This package contains the classes for DataLakeStoreAccountManagementClient.
-
Uses of DataLakeStoreAccount in com.microsoft.azure.management.datalake.store
Methods in com.microsoft.azure.management.datalake.store that return DataLakeStoreAccountModifier and TypeMethodDescriptionAccounts.beginCreate
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.Accounts.beginUpdate
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters) Updates the specified Data Lake Store account information.Accounts.create
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.Gets the specified Data Lake Store account.Accounts.update
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters) Updates the specified Data Lake Store account information.Methods in com.microsoft.azure.management.datalake.store that return types with arguments of type DataLakeStoreAccountModifier and TypeMethodDescriptionrx.Observable<DataLakeStoreAccount>
Accounts.beginCreateAsync
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.beginCreateAsync
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Creates the specified Data Lake Store account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>>
Accounts.beginCreateWithServiceResponseAsync
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.rx.Observable<DataLakeStoreAccount>
Accounts.beginUpdateAsync
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters) Updates the specified Data Lake Store account information.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.beginUpdateAsync
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Updates the specified Data Lake Store account information.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>>
Accounts.beginUpdateWithServiceResponseAsync
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters) Updates the specified Data Lake Store account information.rx.Observable<DataLakeStoreAccount>
Accounts.createAsync
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.createAsync
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Creates the specified Data Lake Store account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>>
Accounts.createWithServiceResponseAsync
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters) Creates the specified Data Lake Store account.rx.Observable<DataLakeStoreAccount>
Gets the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.getAsync
(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Gets the specified Data Lake Store account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>>
Accounts.getWithServiceResponseAsync
(String resourceGroupName, String accountName) Gets the specified Data Lake Store account.rx.Observable<DataLakeStoreAccount>
Accounts.updateAsync
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters) Updates the specified Data Lake Store account information.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.updateAsync
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Updates the specified Data Lake Store account information.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>>
Accounts.updateWithServiceResponseAsync
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters) Updates the specified Data Lake Store account information.Method parameters in com.microsoft.azure.management.datalake.store with type arguments of type DataLakeStoreAccountModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.beginCreateAsync
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Creates the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.beginUpdateAsync
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Updates the specified Data Lake Store account information.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.createAsync
(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Creates the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.getAsync
(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Gets the specified Data Lake Store account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccount>
Accounts.updateAsync
(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback) Updates the specified Data Lake Store account information.