< Back

Remove-AzureRmDataLakeAnalyticsDataSource

Tue Jan 29, 2019 9:44 pm

NAME Remove-AzureRmDataLakeAnalyticsDataSource



SYNOPSIS

Removes a data source from a Data Lake Analytics account.





SYNTAX

Remove-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-Blob] <String> [[-Force]] [[-PassThru]] [[-ResourceGroupName] <String>]

[-DefaultProfile <IAzureContextContainer>] [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmDataLakeAnalyticsDataSource [-Account] <String> [-DataLakeStore] <String> [[-Force]] [[-PassThru]] [[-ResourceGroupName] <String>]

[-DefaultProfile <IAzureContextContainer>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmDataLakeAnalyticsDataSource cmdlet removes a data source from an Azure Data Lake Analytics account.





PARAMETERS

-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 AzureBlob Storage account to remove.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DataLakeStore <String>

Specifies the name of the AzureData Lake Store account to remove.



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



-Force [<SwitchParameter>]

Forces the command to run without asking for user confirmation.



Required? false

Position? 2

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-PassThru [<SwitchParameter>]

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.



Required? false

Position? 3

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the resource group name of the Data Lake Analytics account.



Required? false

Position? 4

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

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

bool

If PassThru is specified, returns true upon completion of the operation.





NOTES









Example 1: Remove a data source



PS C:\\>Remove-AzureRmDataLakeAnalyticsDataSource -Account "ContosoAdlAccount" -Blob "AzureStorage01"



This command removes the data source named AzureStorage01 from the account named ContosoAdlAccount.







RELATED LINKS

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

Add-AzureRmDataLakeAnalyticsDataSource

Set-AzureRmDataLakeAnalyticsDataSource