< Back

Get-AzureRmDataLakeStoreAccount

Tue Jan 29, 2019 9:45 pm

NAME Get-AzureRmDataLakeStoreAccount



SYNOPSIS

Gets details of a Data Lake Store account.





SYNTAX

Get-AzureRmDataLakeStoreAccount [-Name] <String> [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmDataLakeStoreAccount [-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmDataLakeStoreAccount cmdlet gets details of a Data Lake Store account.





PARAMETERS

-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



-Name <String>

Specifies the name of the account to get.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group that contains the Data Lake Store account to get.



Required? true

Position? 0

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 specific Data Lake Store account asked for.



List<PSDataLakeStoreAccountBasic>

A list of Data Lake Store accounts in the resource group or subscription specified.





NOTES









Example 1: Get a Data Lake Store account



PS C:\\>Get-AzureRmDataLakeStoreAccount -Name "ContosoADL"



This command gets the account named ContosoADL.







RELATED LINKS

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

New-AzureRmDataLakeStoreAccount

Remove-AzureRmDataLakeStoreAccount

Set-AzureRmDataLakeStoreAccount

Test-AzureRmDataLakeStoreAccount