你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 帐户的名称。

返回

Promise<RestResponse>

承诺<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 帐户的名称。

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>

承诺<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

可选参数

返回

承诺<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 帐户的名称。

返回

承诺<模型.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.DataLakeStoreAccountsListByAccountNext响应>

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。