CreateDataLakeAnalyticsAccountParameters interface

The parameters to use for creating a 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.

defaultDataLakeStoreAccount

The default Data Lake Store account 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.

firewallRules

The list of firewall rules associated with this account.

firewallState

The current state of the IP address firewall for this account.

location

The resource location.

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 for the next month.

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?: 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

The commitment tier for the next month.

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?: AddStorageAccountWithAccountParameters[]

Property Value

tags

The resource tags.

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

Property Value

{[propertyName: string]: string}