Accounts class
Class representing a Accounts.
Constructors
Accounts(Data |
Create a Accounts. |
Methods
Constructor Details
Accounts(DataLakeAnalyticsAccountManagementClientContext)
Create a Accounts.
new Accounts(client: DataLakeAnalyticsAccountManagementClientContext)
Parameters
Reference to the service client.
Method Details
beginCreate(string, string, CreateDataLakeAnalyticsAccountParameters, RequestOptionsBase)
Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.
function beginCreate(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: RequestOptionsBase): Promise<LROPoller>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- parameters
- CreateDataLakeAnalyticsAccountParameters
Parameters supplied to create a new Data Lake Analytics account.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
beginDeleteMethod(string, string, RequestOptionsBase)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
function beginDeleteMethod(resourceGroupName: string, accountName: string, options?: RequestOptionsBase): Promise<LROPoller>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
beginUpdate(string, string, AccountsBeginUpdateOptionalParams)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
function beginUpdate(resourceGroupName: string, accountName: string, options?: AccountsBeginUpdateOptionalParams): Promise<LROPoller>
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<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
checkNameAvailability(string, CheckNameAvailabilityParameters, RequestOptionsBase)
Checks whether the specified account name is available or taken.
function checkNameAvailability(location: string, parameters: CheckNameAvailabilityParameters, options?: RequestOptionsBase): Promise<AccountsCheckNameAvailabilityResponse>
Parameters
- location
-
string
The resource location without whitespace.
- parameters
- CheckNameAvailabilityParameters
Parameters supplied to check the Data Lake Analytics account name availability.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.AccountsCheckNameAvailabilityResponse>
checkNameAvailability(string, CheckNameAvailabilityParameters, RequestOptionsBase, ServiceCallback<NameAvailabilityInformation>)
function checkNameAvailability(location: string, parameters: CheckNameAvailabilityParameters, options: RequestOptionsBase, callback: ServiceCallback<NameAvailabilityInformation>)
Parameters
- location
-
string
The resource location without whitespace.
- parameters
- CheckNameAvailabilityParameters
Parameters supplied to check the Data Lake Analytics account name availability.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
checkNameAvailability(string, CheckNameAvailabilityParameters, ServiceCallback<NameAvailabilityInformation>)
function checkNameAvailability(location: string, parameters: CheckNameAvailabilityParameters, callback: ServiceCallback<NameAvailabilityInformation>)
Parameters
- location
-
string
The resource location without whitespace.
- parameters
- CheckNameAvailabilityParameters
Parameters supplied to check the Data Lake Analytics account name availability.
- callback
The callback
create(string, string, CreateDataLakeAnalyticsAccountParameters, RequestOptionsBase)
Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.
function create(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: RequestOptionsBase): Promise<AccountsCreateResponse>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- parameters
- CreateDataLakeAnalyticsAccountParameters
Parameters supplied to create a new Data Lake Analytics account.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<AccountsCreateResponse>
Promise<Models.AccountsCreateResponse>
deleteMethod(string, string, RequestOptionsBase)
Begins the delete process for the Data Lake Analytics account object specified by the account name.
function deleteMethod(resourceGroupName: string, accountName: 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.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<RestResponse>
Promise<msRest.RestResponse>
get(string, string, RequestOptionsBase)
Gets details of the specified Data Lake Analytics account.
function get(resourceGroupName: string, accountName: string, options?: RequestOptionsBase): Promise<AccountsGetResponse>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<AccountsGetResponse>
Promise<Models.AccountsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<DataLakeAnalyticsAccount>)
function get(resourceGroupName: string, accountName: string, options: RequestOptionsBase, callback: ServiceCallback<DataLakeAnalyticsAccount>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
get(string, string, ServiceCallback<DataLakeAnalyticsAccount>)
function get(resourceGroupName: string, accountName: string, callback: ServiceCallback<DataLakeAnalyticsAccount>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- callback
The callback
list(AccountsListOptionalParams)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
function list(options?: AccountsListOptionalParams): Promise<AccountsListResponse>
Parameters
- options
- AccountsListOptionalParams
The optional parameters
Returns
Promise<AccountsListResponse>
Promise<Models.AccountsListResponse>
list(AccountsListOptionalParams, ServiceCallback<DataLakeAnalyticsAccountListResult>)
function list(options: AccountsListOptionalParams, callback: ServiceCallback<DataLakeAnalyticsAccountListResult>)
Parameters
- options
- AccountsListOptionalParams
The optional parameters
The callback
list(ServiceCallback<DataLakeAnalyticsAccountListResult>)
function list(callback: ServiceCallback<DataLakeAnalyticsAccountListResult>)
Parameters
The callback
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.
function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): Promise<AccountsListByResourceGroupResponse>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
The optional parameters
Returns
Promise<AccountsListByResourceGroupResponse>
Promise<Models.AccountsListByResourceGroupResponse>
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams, ServiceCallback<DataLakeAnalyticsAccountListResult>)
function listByResourceGroup(resourceGroupName: string, options: AccountsListByResourceGroupOptionalParams, callback: ServiceCallback<DataLakeAnalyticsAccountListResult>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
The optional parameters
The callback
listByResourceGroup(string, ServiceCallback<DataLakeAnalyticsAccountListResult>)
function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<DataLakeAnalyticsAccountListResult>)
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
The callback
listByResourceGroupNext(string, AccountsListByResourceGroupNextOptionalParams)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.
function listByResourceGroupNext(nextPageLink: string, options?: AccountsListByResourceGroupNextOptionalParams): Promise<AccountsListByResourceGroupNextResponse>
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The optional parameters
Returns
Promise<Models.AccountsListByResourceGroupNextResponse>
listByResourceGroupNext(string, AccountsListByResourceGroupNextOptionalParams, ServiceCallback<DataLakeAnalyticsAccountListResult>)
function listByResourceGroupNext(nextPageLink: string, options: AccountsListByResourceGroupNextOptionalParams, callback: ServiceCallback<DataLakeAnalyticsAccountListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The optional parameters
The callback
listByResourceGroupNext(string, ServiceCallback<DataLakeAnalyticsAccountListResult>)
function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<DataLakeAnalyticsAccountListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The callback
listNext(string, AccountsListNextOptionalParams)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
function listNext(nextPageLink: string, options?: AccountsListNextOptionalParams): Promise<AccountsListNextResponse>
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- AccountsListNextOptionalParams
The optional parameters
Returns
Promise<AccountsListNextResponse>
Promise<Models.AccountsListNextResponse>
listNext(string, AccountsListNextOptionalParams, ServiceCallback<DataLakeAnalyticsAccountListResult>)
function listNext(nextPageLink: string, options: AccountsListNextOptionalParams, callback: ServiceCallback<DataLakeAnalyticsAccountListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- AccountsListNextOptionalParams
The optional parameters
The callback
listNext(string, ServiceCallback<DataLakeAnalyticsAccountListResult>)
function listNext(nextPageLink: string, callback: ServiceCallback<DataLakeAnalyticsAccountListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The callback
update(string, string, AccountsUpdateOptionalParams)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
function update(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>
Parameters
- resourceGroupName
-
string
The name of the Azure resource group.
- accountName
-
string
The name of the Data Lake Analytics account.
- options
- AccountsUpdateOptionalParams
The optional parameters
Returns
Promise<AccountsUpdateResponse>
Promise<Models.AccountsUpdateResponse>