DataLakeStoreAccounts interface
表示 DataLakeStoreAccounts 的接口。
方法
| add(string, string, string, Data |
更新指定的 Data Lake Analytics 帐户以包含其他 Data Lake Store 帐户。 |
| delete(string, string, string, Data |
更新指定的 Data Lake Analytics 帐户,以删除指定的 Data Lake Store 帐户。 |
| get(string, string, string, Data |
获取指定的 Data Lake Analytics 帐户中的指定 Data Lake Store 帐户详细信息。 |
| list |
获取链接到指定 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 帐户的名称。
选项参数。
返回
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 帐户的名称
选项参数。
返回
Promise<DataLakeStoreAccountInformation>
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 帐户的名称。
选项参数。