UpdateDataLakeAnalyticsAccountParameters interface
The parameters that can be used to update an existing Data Lake Analytics account.
Properties
compute |
The list of compute policies associated with this account. |
data |
The list of Data Lake Store accounts associated with this account. |
firewall |
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. |
firewall |
The list of firewall rules associated with this account. |
firewall |
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. |
max |
The maximum supported degree of parallelism for this account. |
max |
The maximum supported degree of parallelism per job for this account. |
max |
The maximum supported jobs running under the account at the same time. |
min |
The minimum supported priority per job for this account. |
new |
The commitment tier to use for next month. |
query |
The number of days that job metadata is retained. |
storage |
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.
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.
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
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}
Azure SDK for JavaScript