Compartir a través de


Accounts interface

Interface representing a Accounts.

Methods

beginCreate(string, string, CreateDataLakeAnalyticsAccountParameters, AccountsCreateOptionalParams)

Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.

beginCreateAndWait(string, string, CreateDataLakeAnalyticsAccountParameters, AccountsCreateOptionalParams)

Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.

beginDelete(string, string, AccountsDeleteOptionalParams)

Begins the delete process for the Data Lake Analytics account object specified by the account name.

beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)

Begins the delete process for the Data Lake Analytics account object specified by the account name.

beginUpdate(string, string, AccountsUpdateOptionalParams)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.

beginUpdateAndWait(string, string, AccountsUpdateOptionalParams)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.

checkNameAvailability(string, CheckNameAvailabilityParameters, AccountsCheckNameAvailabilityOptionalParams)

Checks whether the specified account name is available or taken.

get(string, string, AccountsGetOptionalParams)

Gets details of the specified Data Lake Analytics account.

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.

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.

Method Details

beginCreate(string, string, CreateDataLakeAnalyticsAccountParameters, AccountsCreateOptionalParams)

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?: AccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<DataLakeAnalyticsAccount>, DataLakeAnalyticsAccount>>

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
AccountsCreateOptionalParams

The options parameters.

Returns

Promise<PollerLike<@azure/core-lro.PollOperationState<DataLakeAnalyticsAccount>, DataLakeAnalyticsAccount>>

beginCreateAndWait(string, string, CreateDataLakeAnalyticsAccountParameters, AccountsCreateOptionalParams)

Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.

function beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<DataLakeAnalyticsAccount>

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
AccountsCreateOptionalParams

The options parameters.

Returns

beginDelete(string, string, AccountsDeleteOptionalParams)

Begins the delete process for the Data Lake Analytics account object specified by the account name.

function beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the Azure resource group.

accountName

string

The name of the Data Lake Analytics account.

options
AccountsDeleteOptionalParams

The options parameters.

Returns

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)

Begins the delete process for the Data Lake Analytics account object specified by the account name.

function beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the Azure resource group.

accountName

string

The name of the Data Lake Analytics account.

options
AccountsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

beginUpdate(string, string, AccountsUpdateOptionalParams)

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?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<DataLakeAnalyticsAccount>, DataLakeAnalyticsAccount>>

Parameters

resourceGroupName

string

The name of the Azure resource group.

accountName

string

The name of the Data Lake Analytics account.

options
AccountsUpdateOptionalParams

The options parameters.

Returns

Promise<PollerLike<@azure/core-lro.PollOperationState<DataLakeAnalyticsAccount>, DataLakeAnalyticsAccount>>

beginUpdateAndWait(string, string, AccountsUpdateOptionalParams)

Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.

function beginUpdateAndWait(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<DataLakeAnalyticsAccount>

Parameters

resourceGroupName

string

The name of the Azure resource group.

accountName

string

The name of the Data Lake Analytics account.

options
AccountsUpdateOptionalParams

The options parameters.

Returns

checkNameAvailability(string, CheckNameAvailabilityParameters, AccountsCheckNameAvailabilityOptionalParams)

Checks whether the specified account name is available or taken.

function checkNameAvailability(location: string, parameters: CheckNameAvailabilityParameters, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<NameAvailabilityInformation>

Parameters

location

string

The resource location without whitespace.

parameters
CheckNameAvailabilityParameters

Parameters supplied to check the Data Lake Analytics account name availability.

options
AccountsCheckNameAvailabilityOptionalParams

The options parameters.

Returns

get(string, string, AccountsGetOptionalParams)

Gets details of the specified Data Lake Analytics account.

function get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<DataLakeAnalyticsAccount>

Parameters

resourceGroupName

string

The name of the Azure resource group.

accountName

string

The name of the Data Lake Analytics account.

options
AccountsGetOptionalParams

The options parameters.

Returns

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): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic, DataLakeAnalyticsAccountBasic[], PageSettings>

Parameters

options
AccountsListOptionalParams

The options parameters.

Returns

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): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic, DataLakeAnalyticsAccountBasic[], PageSettings>

Parameters

resourceGroupName

string

The name of the Azure resource group.

options
AccountsListByResourceGroupOptionalParams

The options parameters.

Returns