共用方式為


DataLakeStoreAccounts class

代表 DataLakeStoreAccounts 的類別。

建構函式

DataLakeStoreAccounts(DataLakeAnalyticsAccountManagementClientContext)

建立 DataLakeStoreAccounts。

方法

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

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

add(string, string, string, DataLakeStoreAccountsAddOptionalParams, ServiceCallback<void>)
add(string, string, string, ServiceCallback<void>)
deleteMethod(string, string, string, RequestOptionsBase)

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

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

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

get(string, string, string, RequestOptionsBase, ServiceCallback<DataLakeStoreAccountInformation>)
get(string, string, string, ServiceCallback<DataLakeStoreAccountInformation>)
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)

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

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
listByAccount(string, string, ServiceCallback<DataLakeStoreAccountInformationListResult>)
listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams)

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

listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
listByAccountNext(string, ServiceCallback<DataLakeStoreAccountInformationListResult>)

建構函式詳細資料

DataLakeStoreAccounts(DataLakeAnalyticsAccountManagementClientContext)

建立 DataLakeStoreAccounts。

new DataLakeStoreAccounts(client: DataLakeAnalyticsAccountManagementClientContext)

參數

client
DataLakeAnalyticsAccountManagementClientContext

服務用戶端的參考。

方法詳細資料

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

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

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要加入的 Data Lake Store 帳戶名稱。

options
DataLakeStoreAccountsAddOptionalParams

選擇性參數

傳回

Promise<RestResponse>

Promise < msRest.RestResponse>

add(string, string, string, DataLakeStoreAccountsAddOptionalParams, ServiceCallback<void>)

function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: DataLakeStoreAccountsAddOptionalParams, callback: ServiceCallback<void>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要加入的 Data Lake Store 帳戶名稱。

options
DataLakeStoreAccountsAddOptionalParams

選擇性參數

callback

ServiceCallback<void>

回呼

add(string, string, string, ServiceCallback<void>)

function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要加入的 Data Lake Store 帳戶名稱。

callback

ServiceCallback<void>

回呼

deleteMethod(string, string, string, RequestOptionsBase)

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

function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<RestResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要移除的 Data Lake Store 帳戶名稱

options
RequestOptionsBase

選擇性參數

傳回

Promise<RestResponse>

Promise < msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要移除的 Data Lake Store 帳戶名稱

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<void>

回呼

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要移除的 Data Lake Store 帳戶名稱

callback

ServiceCallback<void>

回呼

get(string, string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<DataLakeStoreAccountsGetResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要擷取的 Data Lake Store 帳戶名稱

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.DataLakeStoreAccountsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<DataLakeStoreAccountInformation>)

function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<DataLakeStoreAccountInformation>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要擷取的 Data Lake Store 帳戶名稱

options
RequestOptionsBase

選擇性參數

get(string, string, string, ServiceCallback<DataLakeStoreAccountInformation>)

function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<DataLakeStoreAccountInformation>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

dataLakeStoreAccountName

string

要擷取的 Data Lake Store 帳戶名稱

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)

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

function listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): Promise<DataLakeStoreAccountsListByAccountResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

傳回

Promise < Models.DataLakeStoreAccountsListByAccountResponse>

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)

function listByAccount(resourceGroupName: string, accountName: string, options: DataLakeStoreAccountsListByAccountOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

listByAccount(string, string, ServiceCallback<DataLakeStoreAccountInformationListResult>)

function listByAccount(resourceGroupName: string, accountName: string, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

accountName

string

Data Lake Analytics 帳戶的名稱。

listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams)

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

function listByAccountNext(nextPageLink: string, options?: DataLakeStoreAccountsListByAccountNextOptionalParams): Promise<DataLakeStoreAccountsListByAccountNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

傳回

Promise < Models.DataLakeStoreAccountsListByAccountNextResponse>

listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)

function listByAccountNext(nextPageLink: string, options: DataLakeStoreAccountsListByAccountNextOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

listByAccountNext(string, ServiceCallback<DataLakeStoreAccountInformationListResult>)

function listByAccountNext(nextPageLink: string, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。