DataLakeAnalyticsAccountProperties interface

The account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account.

Extends

Properties

computePolicies

The list of compute policies associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

currentTier

The commitment tier in use for the current month. NOTE: This property will not be serialized. It can only be populated by the server.

dataLakeStoreAccounts

The list of Data Lake Store accounts associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

debugDataAccessLevel

The current state of the DebugDataAccessLevel for this account. NOTE: This property will not be serialized. It can only be populated by the server.

defaultDataLakeStoreAccount

The default Data Lake Store account associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

defaultDataLakeStoreAccountType

The type of the default Data Lake Store account associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

firewallState

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

hiveMetastores

The list of hiveMetastores associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

maxActiveJobCountPerUser

The maximum supported active jobs under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.

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.

maxJobRunningTimeInMin

The maximum supported active jobs under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.

maxQueuedJobCountPerUser

The maximum supported jobs queued under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.

minPriorityPerJob

The minimum supported priority per job for this account. NOTE: This property will not be serialized. It can only be populated by the server.

newTier

The commitment tier for the next month.

publicDataLakeStoreAccounts

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

queryStoreRetention

The number of days that job metadata is retained.

storageAccounts

The list of Azure Blob Storage accounts associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

systemMaxDegreeOfParallelism

The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account. NOTE: This property will not be serialized. It can only be populated by the server.

systemMaxJobCount

The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account. NOTE: This property will not be serialized. It can only be populated by the server.

virtualNetworkRules

The list of virtualNetwork rules associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

accountId

The unique identifier associated with this Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.

creationTime

The account creation time. NOTE: This property will not be serialized. It can only be populated by the server.

endpoint

The full CName endpoint for this account. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime

The account last modified time. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

The provisioning status of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.

state

The state of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

computePolicies

The list of compute policies associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

computePolicies?: ComputePolicy[]

Property Value

currentTier

The commitment tier in use for the current month. NOTE: This property will not be serialized. It can only be populated by the server.

currentTier?: TierType

Property Value

dataLakeStoreAccounts

The list of Data Lake Store accounts associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

dataLakeStoreAccounts?: DataLakeStoreAccountInformation[]

Property Value

debugDataAccessLevel

The current state of the DebugDataAccessLevel for this account. NOTE: This property will not be serialized. It can only be populated by the server.

debugDataAccessLevel?: DebugDataAccessLevel

Property Value

defaultDataLakeStoreAccount

The default Data Lake Store account associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

defaultDataLakeStoreAccount?: string

Property Value

string

defaultDataLakeStoreAccountType

The type of the default Data Lake Store account associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

defaultDataLakeStoreAccountType?: 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. NOTE: This property will not be serialized. It can only be populated by the server.

firewallRules?: FirewallRule[]

Property Value

firewallState

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

firewallState?: FirewallState

Property Value

hiveMetastores

The list of hiveMetastores associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

hiveMetastores?: HiveMetastore[]

Property Value

maxActiveJobCountPerUser

The maximum supported active jobs under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.

maxActiveJobCountPerUser?: number

Property Value

number

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

maxJobRunningTimeInMin

The maximum supported active jobs under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.

maxJobRunningTimeInMin?: number

Property Value

number

maxQueuedJobCountPerUser

The maximum supported jobs queued under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.

maxQueuedJobCountPerUser?: number

Property Value

number

minPriorityPerJob

The minimum supported priority per job for this account. NOTE: This property will not be serialized. It can only be populated by the server.

minPriorityPerJob?: number

Property Value

number

newTier

The commitment tier for the next month.

newTier?: TierType

Property Value

publicDataLakeStoreAccounts

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

publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[]

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. NOTE: This property will not be serialized. It can only be populated by the server.

storageAccounts?: StorageAccountInformation[]

Property Value

systemMaxDegreeOfParallelism

The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account. NOTE: This property will not be serialized. It can only be populated by the server.

systemMaxDegreeOfParallelism?: number

Property Value

number

systemMaxJobCount

The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account. NOTE: This property will not be serialized. It can only be populated by the server.

systemMaxJobCount?: number

Property Value

number

virtualNetworkRules

The list of virtualNetwork rules associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.

virtualNetworkRules?: VirtualNetworkRule[]

Property Value

Inherited Property Details

accountId

The unique identifier associated with this Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.

accountId?: string

Property Value

string

Inherited From DataLakeAnalyticsAccountPropertiesBasic.accountId

creationTime

The account creation time. NOTE: This property will not be serialized. It can only be populated by the server.

creationTime?: Date

Property Value

Date

Inherited From DataLakeAnalyticsAccountPropertiesBasic.creationTime

endpoint

The full CName endpoint for this account. NOTE: This property will not be serialized. It can only be populated by the server.

endpoint?: string

Property Value

string

Inherited From DataLakeAnalyticsAccountPropertiesBasic.endpoint

lastModifiedTime

The account last modified time. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime?: Date

Property Value

Date

Inherited From DataLakeAnalyticsAccountPropertiesBasic.lastModifiedTime

provisioningState

The provisioning status of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: DataLakeAnalyticsAccountStatus

Property Value

Inherited From DataLakeAnalyticsAccountPropertiesBasic.provisioningState

state

The state of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.

state?: DataLakeAnalyticsAccountState

Property Value

Inherited From DataLakeAnalyticsAccountPropertiesBasic.state