DataLakeStoreAccounts interface
Interface representing a DataLakeStoreAccounts.
Methods
add(string, string, string, Data |
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account. |
delete(string, string, string, Data |
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. |
get(string, string, string, Data |
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. |
list |
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any. |
Method Details
add(string, string, string, DataLakeStoreAccountsAddOptionalParams)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsAddOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to add.
The options parameters.
Returns
Promise<void>
delete(string, string, string, DataLakeStoreAccountsDeleteOptionalParams)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
function delete(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to remove
The options parameters.
Returns
Promise<void>
get(string, string, string, DataLakeStoreAccountsGetOptionalParams)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsGetOptionalParams): Promise<DataLakeStoreAccountInformation>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to retrieve
The options parameters.
Returns
Promise<DataLakeStoreAccountInformation>
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.
function listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<DataLakeStoreAccountInformation, DataLakeStoreAccountInformation[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
The options parameters.
Returns
Azure SDK for JavaScript