< Back

Get-AzureRmDataLakeAnalyticsAccount

Tue Jan 29, 2019 9:43 pm

NAME Get-AzureRmDataLakeAnalyticsAccount



SYNOPSIS

Gets information about a Data Lake Analytics account.





SYNTAX

Get-AzureRmDataLakeAnalyticsAccount [-Name] <String> [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]



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





DESCRIPTION

The Get-AzureRmDataLakeAnalyticsAccount cmdlet gets information about an Azure Data Lake Analytics 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 Data Lake Analytics account.



Required? true

Position? 0

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.



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

PSDataLakeAnalyticsAccount

The specified account details.



List<PSDataLakeAnalyticsAccountBasic>

The list of accounts in the specified resource group or subscription.





NOTES









Example 1: Get information about a Data Lake Analytics account



PS C:\\>Get-AzureRmDataLakeAnalyticsAccount -Name "ContosoAdlAccount"



This command gets information about the account named ContosoAdlAccount.







RELATED LINKS

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

New-AzureRmDataLakeAnalyticsAccount

Remove-AzureRmDataLakeAnalyticsAccount

Set-AzureRmDataLakeAnalyticsAccount

Test-AzureRmDataLakeAnalyticsAccount