CreateDataLakeAnalyticsAccountParameters interface
The parameters to use for creating a 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. |
default |
The default Data Lake Store account 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. |
location | The resource location. |
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 for the 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?: CreateComputePolicyWithAccountParameters[]
Property Value
dataLakeStoreAccounts
The list of Data Lake Store accounts associated with this account.
dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[]
Property Value
defaultDataLakeStoreAccount
The default Data Lake Store account associated with this account.
defaultDataLakeStoreAccount: string
Property Value
string
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?: CreateFirewallRuleWithAccountParameters[]
Property Value
firewallState
The current state of the IP address firewall for this account.
firewallState?: FirewallState
Property Value
location
The resource location.
location: string
Property Value
string
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?: AddStorageAccountWithAccountParameters[]
Property Value
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Azure SDK for JavaScript