DataLakeStoreAccounts class
Class representing a DataLakeStoreAccounts.
Constructors
Data |
Create a DataLakeStoreAccounts. |
Methods
Constructor Details
DataLakeStoreAccounts(DataLakeAnalyticsAccountManagementClientContext)
Create a DataLakeStoreAccounts.
new DataLakeStoreAccounts(client: DataLakeAnalyticsAccountManagementClientContext)
Parameters
Reference to the service client.
Method Details
add(string, string, string, DataLakeStoreAccountsAddOptionalParams)
Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsAddOptionalParams): Promise<RestResponse>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to add.
The optional parameters
Returns
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>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to add.
The optional parameters
- callback
-
ServiceCallback<void>
The callback
add(string, string, string, ServiceCallback<void>)
function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to add.
- callback
-
ServiceCallback<void>
The callback
deleteMethod(string, string, string, RequestOptionsBase)
Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to remove
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to remove
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<void>
The callback
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to remove
- callback
-
ServiceCallback<void>
The callback
get(string, string, string, RequestOptionsBase)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<DataLakeStoreAccountsGetResponse>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to retrieve
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<DataLakeStoreAccountsGetResponse>
Promise<Models.DataLakeStoreAccountsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<DataLakeStoreAccountInformation>)
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<DataLakeStoreAccountInformation>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to retrieve
- options
- RequestOptionsBase
The optional parameters
The callback
get(string, string, string, ServiceCallback<DataLakeStoreAccountInformation>)
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<DataLakeStoreAccountInformation>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- dataLakeStoreAccountName
-
string
The name of the Data Lake Store account to retrieve
The callback
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.
function listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): Promise<DataLakeStoreAccountsListByAccountResponse>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
The optional parameters
Returns
Promise<Models.DataLakeStoreAccountsListByAccountResponse>
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccount(resourceGroupName: string, accountName: string, options: DataLakeStoreAccountsListByAccountOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
The optional parameters
The callback
listByAccount(string, string, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccount(resourceGroupName: string, accountName: string, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
The callback
listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.
function listByAccountNext(nextPageLink: string, options?: DataLakeStoreAccountsListByAccountNextOptionalParams): Promise<DataLakeStoreAccountsListByAccountNextResponse>
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The optional parameters
Returns
Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>
listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccountNext(nextPageLink: string, options: DataLakeStoreAccountsListByAccountNextOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The optional parameters
The callback
listByAccountNext(string, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccountNext(nextPageLink: string, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The callback