< Back

Set-AzureRmDataLakeAnalyticsDataSource

Tue Jan 29, 2019 9:43 pm

NAME Set-AzureRmDataLakeAnalyticsDataSource



SYNOPSIS

Modifies the details of a data source of a Data Lake Analytics account.





SYNTAX

Set-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-Blob] <String> [-AccessKey] <String> [[-ResourceGroupName] <String>] [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmDataLakeAnalyticsDataSource cmdlet modifies the details of a data source of an Azure Data Lake Analytics account.





PARAMETERS

-AccessKey <String>

Specifies the new access key of the Azure Blob Storage data source.



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 data source.



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: Change the access key for a data source



PS C:\\>Set-AzureRmDataLakeAnalyticsDataSource -Account "ContosoAdlAccount" -Blob "contosowasb" -AccessKey "...newaccesskey..."



This command changes the access key stored for an Azure Blob Storage data source.







RELATED LINKS

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

Add-AzureRmDataLakeAnalyticsDataSource

Remove-AzureRmDataLakeAnalyticsDataSource