Skip to content

Latest commit

 

History

History
127 lines (93 loc) · 3.08 KB

Enable-AzDataLakeStoreKeyVault.md

File metadata and controls

127 lines (93 loc) · 3.08 KB
external help file Module Name online version schema
Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore.dll-Help.xml
Az.DataLakeStore
2.0.0

Enable-AzDataLakeStoreKeyVault

SYNOPSIS

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

SYNTAX

Enable-AzDataLakeStoreKeyVault [-Account] <String> [-ResourceGroupName <String>]
 [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

Example 1: Enable the Key Vault for the ContosoADLS account

Enable-AzDataLakeStoreKeyVault -Name "ContosoADLS"

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

PARAMETERS

-Account

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

Type: System.String
Parameter Sets: (All)
Aliases: AccountName, Name

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

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

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

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

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

System.Void

NOTES

RELATED LINKS

New-AzDataLakeStoreAccount

Set-AzDataLakeStoreAccount