Get-AzDataLakeStoreAccount
Gets details of a Data Lake Store account.
Syntax
Get-AzDataLakeStoreAccount
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataLakeStoreAccount
[-ResourceGroupName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataLakeStoreAccount
[[-ResourceGroupName] <String>]
[-Name] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzDataLakeStoreAccount cmdlet gets details of a Data Lake Store account.
Examples
Example 1: Get a Data Lake Store account
Get-AzDataLakeStoreAccount -Name "ContosoADL"
This command gets the account named ContosoADL.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name of the account to get.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ResourceGroupName
Specifies the name of the resource group that contains the Data Lake Store account to get.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |