DataLakeAnalyticsAccount interface
A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.
- Extends
Properties
account |
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. |
compute |
The list of compute policies associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
The account creation time. NOTE: This property will not be serialized. It can only be populated by the server. |
current |
The commitment tier in use for the current month. NOTE: This property will not be serialized. It can only be populated by the server. |
data |
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. |
debug |
The current state of the DebugDataAccessLevel for this account. NOTE: This property will not be serialized. It can only be populated by the server. |
default |
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. |
default |
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. |
endpoint | The full CName endpoint for this account. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
firewall |
The current state of the IP address firewall for this account. |
hive |
The list of hiveMetastores associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The account last modified time. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
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. |
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. |
max |
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. |
max |
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. |
min |
The minimum supported priority per job for this account. NOTE: This property will not be serialized. It can only be populated by the server. |
new |
The commitment tier for the next month. |
provisioning |
The provisioning status of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
The list of Data Lake Store accounts associated with this account. |
query |
The number of days that job metadata is retained. |
state | The state of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
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. |
system |
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. |
system |
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. |
virtual |
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
id | The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The resource location. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The resource tags. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
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
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
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
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
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
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
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
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
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
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
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
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
id
The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The resource location. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
Inherited From Resource.location
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The resource tags. NOTE: This property will not be serialized. It can only be populated by the server.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript