共用方式為


DataLakeStoreAccounts interface

代表 DataLakeStoreAccounts 的介面。

方法

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

更新指定的Data Lake Analytics帳戶,以包含額外的 Data Lake Store 帳戶。

delete(string, string, string, DataLakeStoreAccountsDeleteOptionalParams)

更新指定的Data Lake Analytics帳戶,以移除指定的 Data Lake Store 帳戶。

get(string, string, string, DataLakeStoreAccountsGetOptionalParams)

取得指定Data Lake Analytics帳戶中指定的 Data Lake Store 帳戶詳細資料。

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)

取得連結到指定之Data Lake Analytics帳戶之 Data Lake Store 帳戶的第一頁。 回應包含下一頁的連結,如果有的話。

方法詳細資料

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

更新指定的Data Lake Analytics帳戶,以包含額外的 Data Lake Store 帳戶。

function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsAddOptionalParams): Promise<void>

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要新增的 Data Lake Store 帳戶名稱。

options
DataLakeStoreAccountsAddOptionalParams

選項參數。

傳回

Promise<void>

delete(string, string, string, DataLakeStoreAccountsDeleteOptionalParams)

更新指定的Data Lake Analytics帳戶,以移除指定的 Data Lake Store 帳戶。

function delete(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要移除的 Data Lake Store 帳戶名稱

傳回

Promise<void>

get(string, string, string, DataLakeStoreAccountsGetOptionalParams)

取得指定Data Lake Analytics帳戶中指定的 Data Lake Store 帳戶詳細資料。

function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsGetOptionalParams): Promise<DataLakeStoreAccountInformation>

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要擷取的 Data Lake Store 帳戶名稱

options
DataLakeStoreAccountsGetOptionalParams

選項參數。

傳回

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)

取得連結到指定之Data Lake Analytics帳戶之 Data Lake Store 帳戶的第一頁。 回應包含下一頁的連結,如果有的話。

function listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<DataLakeStoreAccountInformation, DataLakeStoreAccountInformation[], PageSettings>

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

傳回