Skip to main content

accounts

Overview

Nameaccounts
TypeResource
Idazure.data_lake_analytics.accounts

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectThe account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, resourceGroupName, subscriptionIdGets details of the specified Data Lake Analytics account.
listSELECTsubscriptionIdGets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGets 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.
createINSERTaccountName, resourceGroupName, subscriptionId, data__location, data__propertiesCreates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.
deleteDELETEaccountName, resourceGroupName, subscriptionIdBegins the delete process for the Data Lake Analytics account object specified by the account name.
_listEXECsubscriptionIdGets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdGets 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.
check_name_availabilityEXEClocation, subscriptionId, data__name, data__typeChecks whether the specified account name is available or taken.
updateEXECaccountName, resourceGroupName, subscriptionIdUpdates the Data Lake Analytics account object specified by the accountName with the contents of the account object.