< Back

New-AzureRmDataLakeAnalyticsAccount

Tue Jan 29, 2019 9:43 pm

NAME New-AzureRmDataLakeAnalyticsAccount



SYNOPSIS

Creates a Data Lake Analytics account.





SYNTAX

New-AzureRmDataLakeAnalyticsAccount [-ResourceGroupName] <String> [-Name] <String> [-Location] <String> [-DefaultDataLakeStore] <String> [[-Tag]

<Hashtable>] [-DefaultProfile <IAzureContextContainer>] [-MaxAnalyticsUnits <Int32>] [-MaxJobCount <Int32>] [-QueryStoreRetention <Int32>] [-Tier

{Consumption | Commitment100AUHours | Commitment500AUHours | Commitment1000AUHours | Commitment5000AUHours | Commitment10000AUHours |

Commitment50000AUHours | Commitment100000AUHours | Commitment500000AUHours}] [<CommonParameters>]





DESCRIPTION

The New-AzureRmDataLakeAnalyticsAccount cmdlet creates an Azure Data Lake Analytics account.





PARAMETERS

-DefaultDataLakeStore <String>

Specifies the name of the Data Lake Store account to set as the default data source.



Required? true

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Location <String>

Specifies the location at which to create the Data Lake Analytics account. Only East US 2 is supported at this time.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-MaxAnalyticsUnits <Int32>

The optional maximum supported analytics units for this account.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-MaxJobCount <Int32>

The optional maximum supported jobs running under the account at the same time. If none is specified, defaults to 3



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Name <String>

Specifies the Data Lake Analytics account name.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-QueryStoreRetention <Int32>

The optional number of days that job metadata is retained. If none specified, the default is 30 days.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the resource group name of the Data Lake Analytics account. To create a resource group, use the New-AzureRmResourceGroup cmdlet.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Tag <Hashtable>

A string,string dictionary of tags associated with this account



Required? false

Position? 4

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Tier <TierType>

The desired commitment tier for this account to use.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

PSDataLakeAnalyticsAccount

The details of the newly created account.





NOTES









Example 1: Create a Data Lake Analytics account



PS C:\\>New-AzureRmDataLakeAnalyticsAccount -Name "ContosoAdlAccount" -ResourceGroupName "ContosoOrg" -Location "East US 2" -DefaultDataLakeStore

"ContosoAdlStore"



This command creates a Data Lake Analytics account named ContosoAdlAccount that uses the ContosoAdlStore Data Store, in the resource group named

ContosoOrg.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... icsaccount

Get-AzureRmDataLakeAnalyticsAccount

Remove-AzureRmDataLakeAnalyticsAccount

Set-AzureRmDataLakeAnalyticsAccount

Test-AzureRmDataLakeAnalyticsAccount