< Back

Set-AzureRmDataLakeStoreAccount

Tue Jan 29, 2019 9:45 pm

NAME Set-AzureRmDataLakeStoreAccount



SYNOPSIS

Modifies a Data Lake Store account.





SYNTAX

Set-AzureRmDataLakeStoreAccount [-Name] <String> [[-DefaultGroup] <String>] [[-Tag] <Hashtable>] [[-ResourceGroupName] <String>]

[[-TrustedIdProviderState] <TrustedIdProviderState>] [[-FirewallState] {Enabled | Disabled}] [-AllowAzureIpState {Enabled | Disabled}]

[-DefaultProfile <IAzureContextContainer>] [-KeyVersion <String>] [-Tier {Consumption | Commitment1TB | Commitment10TB | Commitment100TB |

Commitment500TB | Commitment1PB | Commitment5PB}] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmDataLakeStoreAccount cmdlet modifies a Data Lake Store account.





PARAMETERS

-AllowAzureIpState <FirewallAllowAzureIpsState>

Optionally allow/block Azure originating IPs through the firewall.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultGroup <String>

Specifies the ID of an AzureActive Directory group. This group is the default group for files and folders that you create.



Required? false

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



-FirewallState <FirewallState>

Optionally enable or disable existing firewall rules.



Required? false

Position? 4

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-KeyVersion <String>

If the encryption type is User assigned, the user can rotate their key version with this parameter.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Name <String>

Specifies the name of a Data Lake Store account.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group that contains the Data Lake Store account to modify.



Required? false

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Tag <Hashtable>

Specifies tags as key-value pairs. You can use tags to identify a Data Lake Store account from other Azure resources.



Required? false

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Tier <TierType>

The desired commitment tier for this account to use.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-TrustedIdProviderState <TrustedIdProviderState>

Optionally enable or disable the existing trusted ID providers.



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

PSDataLakeStoreAccount

The updated account details.





NOTES









Example 1: Add a tag to an account



PS C:\\>Set-AzureRmDataLakeStoreAccount -Name "ContosoADL" -Tags @{"stage"="production"}



This command adds the specified tag to the Data Lake Store account named ContosoADL.







RELATED LINKS

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

Get-AzureRmDataLakeStoreAccount

New-AzureRmDataLakeStoreAccount

Remove-AzureRmDataLakeStoreAccount

Test-AzureRmDataLakeStoreAccount