< Back

Get-AzureRmDataLakeAnalyticsDataSource

Tue Jan 29, 2019 9:43 pm

NAME Get-AzureRmDataLakeAnalyticsDataSource



SYNOPSIS

Gets a Data Lake Analytics data source.





SYNTAX

Get-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-Blob] <String> [[-ResourceGroupName] <String>] [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-DataLakeStore] <String> [[-ResourceGroupName] <String>] [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmDataLakeAnalyticsDataSource cmdlet gets an Azure Data Lake Analytics data source.





PARAMETERS

-Account <String>

Specifies the Data Lake Analytics account that this cmdlet gets data sources.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Blob <String>

Specifies the name of the Azure Blob Storage data source.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DataLakeStore <String>

Specifies the name of the Data Lake Store account.



Required? true

Position? 1

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



-ResourceGroupName <String>

Specifies the resource group name that contains the data source.



Required? false

Position? 2

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

PSStorageAccountInfo

The specified Azure Storage account details.



PSDataLakeStoreAccountInfo

The specified Data Lake Store account details



List<AdlDataSource>

The list of both Azure Storage accounts and Data Lake Store accounts in the specified Data Lake Analytics account.





NOTES









Example 1: Get a data source from an account



PS C:\\>Get-AzureRmDataLakeAnalyticsDataSource -AccountName "ContosoAdlA" -DataLakeStore "ContosoAdls"



This command gets a Data Lake Store data source named ContosoAdls from a Data Lake Analytics account.





Example 2: Get the list of Data Lake Store accounts in a Data Lake Analytics account



PS C:\\>Get-AzureRmDataLakeAnalyticsDataSource -AccountName "ContosoAdlA" -DataSource "DataLakeStore"



This command gets all Data Lake Store accounts from a Data Lake Analytics account.







RELATED LINKS

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

Add-AzureRmDataLakeAnalyticsDataSource

Remove-AzureRmDataLakeAnalyticsDataSource

Set-AzureRmDataLakeAnalyticsDataSource