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. 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. Possible values include: 'Enabled', 'Disabled'

location

The resource location.

maxDegreeOfParallelism

The maximum supported degree of parallelism for this account. Default value: 30.

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. Default value: 3.

minPriorityPerJob

The minimum supported priority per job for this account.

newTier

The commitment tier for the 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. Default value: 30.

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. Possible values include: 'Enabled', 'Disabled'

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. Possible values include: 'Enabled', 'Disabled'

firewallState?: FirewallState

Property Value

location

The resource location.

location: string

Property Value

string

maxDegreeOfParallelism

The maximum supported degree of parallelism for this account. Default value: 30.

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. Default value: 3.

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. 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. Default value: 30.

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}