< Back

Remove-AzureRmDataLakeStoreAccount

Tue Jan 29, 2019 9:45 pm

NAME Remove-AzureRmDataLakeStoreAccount



SYNOPSIS

Deletes a Data Lake Store account permanently.





SYNTAX

Remove-AzureRmDataLakeStoreAccount [-Name] <String> [[-ResourceGroupName] <String>] [[-Force]] [[-PassThru]] [-DefaultProfile

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





DESCRIPTION

The Remove-AzureRmDataLakeStoreAccount cmdlet deletes a Data Lake Store account permanently.





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



-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



-Name <String>

Specifies the name of the account to remove.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

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 that contains the account to remove.



Required? false

Position? 1

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 successful completion.





NOTES









Example 1: Remove a Data Lake Store account



PS C:\\>Remove-AzureRmDataLakeStoreAccount -Name "ContosoADL"



This command removes the account named ContosoADL from the Data Lake Store.







RELATED LINKS

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

Get-AzureRmDataLakeStoreAccount

New-AzureRmDataLakeStoreAccount

Set-AzureRmDataLakeStoreAccount

Test-AzureRmDataLakeStoreAccount