< Back
Add-AzureRmDataLakeAnalyticsDataSource
Post
NAME Add-AzureRmDataLakeAnalyticsDataSource
SYNOPSIS
Adds a data source to a Data Lake Analytics account.
SYNTAX
Add-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-Blob] <String> [-AccessKey] <String> [[-ResourceGroupName] <String>] [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
Add-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-DataLakeStore] <String> [[-ResourceGroupName] <String>] [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Add-AzureRmDataLakeAnalyticsDataSource cmdlet adds a data source to an Azure Data Lake Analytics account.
PARAMETERS
-AccessKey <String>
Specifies the access key of the Azure Blob storage account to add.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Account <String>
Specifies the Data Lake Analytics account name.
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 account to add.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DataLakeStore <String>
Specifies the name of the Azure Data Lake Store account to add.
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 of the Data Lake Analytics account.
Required? false
Position? 3
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
None
NOTES
Example 1: Add a data source to an account
PS C:\\>Add-AzureRmDataLakeAnalyticsDataSource -Account "ContosoAdlA" -DataLakeStore "ContosoAdlS"
This command adds a Data Lake Store data source to a Data Lake Analytics account.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... datasource
Remove-AzureRmDataLakeAnalyticsDataSource
Set-AzureRmDataLakeAnalyticsDataSource
SYNOPSIS
Adds a data source to a Data Lake Analytics account.
SYNTAX
Add-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-Blob] <String> [-AccessKey] <String> [[-ResourceGroupName] <String>] [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
Add-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-DataLakeStore] <String> [[-ResourceGroupName] <String>] [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Add-AzureRmDataLakeAnalyticsDataSource cmdlet adds a data source to an Azure Data Lake Analytics account.
PARAMETERS
-AccessKey <String>
Specifies the access key of the Azure Blob storage account to add.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Account <String>
Specifies the Data Lake Analytics account name.
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 account to add.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DataLakeStore <String>
Specifies the name of the Azure Data Lake Store account to add.
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 of the Data Lake Analytics account.
Required? false
Position? 3
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
None
NOTES
Example 1: Add a data source to an account
PS C:\\>Add-AzureRmDataLakeAnalyticsDataSource -Account "ContosoAdlA" -DataLakeStore "ContosoAdlS"
This command adds a Data Lake Store data source to a Data Lake Analytics account.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... datasource
Remove-AzureRmDataLakeAnalyticsDataSource
Set-AzureRmDataLakeAnalyticsDataSource