Package | Description |
---|---|
com.microsoft.azure.management.datalake.store |
This package contains the classes for DataLakeStoreAccountManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DataLakeStoreAccount |
Accounts.beginCreate(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
DataLakeStoreAccount |
Accounts.beginUpdate(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
DataLakeStoreAccount |
Accounts.create(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
DataLakeStoreAccount |
Accounts.get(String resourceGroupName,
String accountName)
Gets the specified Data Lake Store account.
|
DataLakeStoreAccount |
Accounts.update(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<DataLakeStoreAccount> |
Accounts.beginCreateAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.beginCreateAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Creates the specified Data Lake Store account.
|
rx.Observable<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.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
rx.Observable<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.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.createAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Creates the specified Data Lake Store account.
|
rx.Observable<ServiceResponse<DataLakeStoreAccount>> |
Accounts.createWithServiceResponseAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters)
Creates the specified Data Lake Store account.
|
rx.Observable<DataLakeStoreAccount> |
Accounts.getAsync(String resourceGroupName,
String accountName)
Gets the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.getAsync(String resourceGroupName,
String accountName,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Gets the specified Data Lake Store account.
|
rx.Observable<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.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
rx.Observable<ServiceResponse<DataLakeStoreAccount>> |
Accounts.updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<DataLakeStoreAccount> |
Accounts.beginCreateAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Creates the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.createAsync(String resourceGroupName,
String accountName,
CreateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Creates the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.getAsync(String resourceGroupName,
String accountName,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Gets the specified Data Lake Store account.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
Copyright © 2019. All rights reserved.