< Back

Enable-AzureRmDataLakeStoreKeyVault

Tue Jan 29, 2019 9:45 pm

NAME Enable-AzureRmDataLakeStoreKeyVault



SYNOPSIS

Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.





SYNTAX

Enable-AzureRmDataLakeStoreKeyVault [-Account] <String> [-DefaultProfile <IAzureContextContainer>] [-ResourceGroupName <String>] [-Confirm]

[-WhatIf] [<CommonParameters>]





DESCRIPTION

The Enable-AzureRmDataLakeStoreKeyVault cmdlet attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.





PARAMETERS

-Account <String>

The Data Lake Store account to enable the user managed Key Vault for



Required? true

Position? 0

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>

Name of resource group associated with the account. If not specified will attempt to be discovered.



Required? false

Position? named

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

System.String







OUTPUTS



NOTES









Example 1: Enable the Key Vault for the ContosoADLS account



PS C:\\>Enable-AzureRmDataLakeStoreKeyVault -Name "ContosoADLS"



This command attempts to enable the user managed Key Vault for the Data Lake Store account named ContosoADLS.







RELATED LINKS

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

New-AzureRmDataLakeStoreAccount

Set-AzureRmDataLakeStoreAccount