DataLakeStoreAccounts class
代表 DataLakeStoreAccounts 的類別。
建構函式
| Data |
建立 DataLakeStoreAccounts。 |
方法
建構函式詳細資料
DataLakeStoreAccounts(DataLakeAnalyticsAccountManagementClientContext)
建立 DataLakeStoreAccounts。
new DataLakeStoreAccounts(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
選擇性參數
傳回
Promise<DataLakeStoreAccountsGetResponse>
承諾<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。
回呼