UpdateDataLakeAnalyticsAccountParameters interface

The parameters that can be used to update an existing Data Lake Analytics account.

Properties

computePolicies

The list of compute policies associated with this account.

dataLakeStoreAccounts

The list of Data Lake Store accounts associated with this account.

firewallAllowAzureIps

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'

firewallRules

The list of firewall rules associated with this account.

firewallState

The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. Possible values include: 'Enabled', 'Disabled'

maxDegreeOfParallelism

The maximum supported degree of parallelism for this account.

maxDegreeOfParallelismPerJob

The maximum supported degree of parallelism per job for this account.

maxJobCount

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

minPriorityPerJob

The minimum supported priority per job for this account.

newTier

The commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'

queryStoreRetention

The number of days that job metadata is retained.

storageAccounts

The list of Azure Blob storage accounts associated with this account.

tags

The resource tags.

Property Details

computePolicies

The list of compute policies associated with this account.

computePolicies?: UpdateComputePolicyWithAccountParameters[]

Property Value

dataLakeStoreAccounts

The list of Data Lake Store accounts associated with this account.

dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[]

Property Value

firewallAllowAzureIps

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'

firewallAllowAzureIps?: FirewallAllowAzureIpsState

Property Value

firewallRules

The list of firewall rules associated with this account.

firewallRules?: UpdateFirewallRuleWithAccountParameters[]

Property Value

firewallState

The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. Possible values include: 'Enabled', 'Disabled'

firewallState?: FirewallState

Property Value

maxDegreeOfParallelism

The maximum supported degree of parallelism for this account.

maxDegreeOfParallelism?: number

Property Value

number

maxDegreeOfParallelismPerJob

The maximum supported degree of parallelism per job for this account.

maxDegreeOfParallelismPerJob?: number

Property Value

number

maxJobCount

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

maxJobCount?: number

Property Value

number

minPriorityPerJob

The minimum supported priority per job for this account.

minPriorityPerJob?: number

Property Value

number

newTier

The commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'

newTier?: TierType

Property Value

queryStoreRetention

The number of days that job metadata is retained.

queryStoreRetention?: number

Property Value

number

storageAccounts

The list of Azure Blob storage accounts associated with this account.

storageAccounts?: UpdateStorageAccountWithAccountParameters[]

Property Value

tags

The resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}