< Back

New-AzureRmDataLakeStoreAccount

Tue Jan 29, 2019 9:44 pm

NAME New-AzureRmDataLakeStoreAccount



SYNOPSIS

Creates a new Data Lake Store account.





SYNTAX

New-AzureRmDataLakeStoreAccount [-ResourceGroupName] <String> [-Name] <String> [-Location] <String> [[-DefaultGroup] <String>] [[-Tag]

<Hashtable>] [[-DisableEncryption]] [-DefaultProfile <IAzureContextContainer>] [-Tier {Consumption | Commitment1TB | Commitment10TB |

Commitment100TB | Commitment500TB | Commitment1PB | Commitment5PB}] [<CommonParameters>]



New-AzureRmDataLakeStoreAccount [-ResourceGroupName] <String> [-Name] <String> [-Location] <String> [[-DefaultGroup] <String>] [[-Tag]

<Hashtable>] [[-Encryption] {UserManaged | ServiceManaged}] [[-KeyVaultId] <String>] [[-KeyName] <String>] [[-KeyVersion] <String>]

[-DefaultProfile <IAzureContextContainer>] [-Tier {Consumption | Commitment1TB | Commitment10TB | Commitment100TB | Commitment500TB |

Commitment1PB | Commitment5PB}] [<CommonParameters>]





DESCRIPTION

The New-AzureRmDataLakeStoreAccount cmdlet creates a new Data Lake Store account.





PARAMETERS

-DefaultGroup <String>

Specifies the object ID of the AzureActive Directory group to use as the default group owner for new files and folders.



Required? false

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



-DisableEncryption [<SwitchParameter>]

Indicates that the account will not have any form of encryption applied to it.



Required? false

Position? 5

Default value False

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Encryption <EncryptionConfigType>





Required? false

Position? 5

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-KeyName <String>





Required? false

Position? 7

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-KeyVaultId <String>





Required? false

Position? 6

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-KeyVersion <String>





Required? false

Position? 8

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Location <String>

Specifies the location to use for the account. The acceptable values for this parameter are:



- East US 2



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Name <String>

Specifies the name of the account to create.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group that contains the account.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Tag <Hashtable>

Specifies tags as key-value pairs. You can use tags to identify a Data Lake Store account from other Azure resources.



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

PSDataLakeStoreAccount

The created account details.





NOTES









Example 1: Create an account



PS C:\\>New-AzureRmDataLakeStoreAccount -Name "ContosoADL" -ResourceGroupName "ContosoOrg" -Location "East US 2"



This command creates a Data Lake Store account named ContosoADL for the East US 2 location.







RELATED LINKS

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

Get-AzureRmDataLakeStoreAccount

Remove-AzureRmDataLakeStoreAccount

Set-AzureRmDataLakeStoreAccount

Test-AzureRmDataLakeStoreAccount