< Back

Set-AzureRmDataLakeAnalyticsAccount

Tue Jan 29, 2019 9:44 pm

NAME Set-AzureRmDataLakeAnalyticsAccount



SYNOPSIS

Modifies a Data Lake Analytics account.





SYNTAX

Set-AzureRmDataLakeAnalyticsAccount [-Name] <String> [[-Tag] <Hashtable>] [[-ResourceGroupName] <String>] [-AllowAzureIpState {Enabled |

Disabled}] [-DefaultProfile <IAzureContextContainer>] [-FirewallState {Enabled | Disabled}] [-MaxAnalyticsUnits <Int32>] [-MaxJobCount <Int32>]

[-QueryStoreRetention <Int32>] [-Tier {Consumption | Commitment100AUHours | Commitment500AUHours | Commitment1000AUHours | Commitment5000AUHours |

Commitment10000AUHours | Commitment50000AUHours | Commitment100000AUHours | Commitment500000AUHours}] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmDataLakeAnalyticsAccount cmdlet modifies an Azure Data Lake Analytics 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



-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/disable existing firewall rules.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-MaxAnalyticsUnits <Int32>

The optional maximum supported analytics units to update the account with.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-MaxJobCount <Int32>

The optional maximum supported jobs running under the account at the same time to set.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Name <String>

Specifies the Data Lake Analytics account name.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-QueryStoreRetention <Int32>

The optional number of days that job metadata is retained to set in the account.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

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



Required? false

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Tag <Hashtable>

A string,string dictionary of tags associated with this account that should replace the current set of tags



Required? false

Position? 1

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



<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

PSDataLakeAnalyticsAccount

The updated account details.





NOTES









Example 1: Modify the data source of an account



PS C:\\>Set-AzureRmDataLakeAnalyticsAccount -Name "ContosoAdlAcct" -DefaultDataLakeStore "ContosoAdlStore01" -Tags @{"stage"="production"}



This command changes the default data source and the Tags property of the account.







RELATED LINKS

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

Get-AzureRmDataLakeAnalyticsAccount

New-AzureRmDataLakeAnalyticsAccount

Remove-AzureRmDataLakeAnalyticsAccount

Test-AzureRmDataLakeAnalyticsAccount