DataLakeStoreAccounts interface

Interface representing a DataLakeStoreAccounts.

Methods

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.

delete(string, string, string, DataLakeStoreAccountsDeleteOptionalParams)

Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.

get(string, string, string, DataLakeStoreAccountsGetOptionalParams)

Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.

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.

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.

options
DataLakeStoreAccountsAddOptionalParams

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

options
DataLakeStoreAccountsDeleteOptionalParams

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

options
DataLakeStoreAccountsGetOptionalParams

The options parameters.

Returns

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.

options
DataLakeStoreAccountsListByAccountOptionalParams

The options parameters.

Returns