GetAccountResult

data class GetAccountResult(val accountId: String, val azureApiVersion: String, val computePolicies: List<ComputePolicyResponse>, val creationTime: String, val currentTier: String, val dataLakeStoreAccounts: List<DataLakeStoreAccountInformationResponse>, val debugDataAccessLevel: String, val defaultDataLakeStoreAccount: String, val defaultDataLakeStoreAccountType: String, val endpoint: String, val firewallAllowAzureIps: String? = null, val firewallRules: List<FirewallRuleResponse>, val firewallState: String? = null, val hiveMetastores: List<HiveMetastoreResponse>, val id: String, val lastModifiedTime: String, val location: String, val maxActiveJobCountPerUser: Int, val maxDegreeOfParallelism: Int? = null, val maxDegreeOfParallelismPerJob: Int? = null, val maxJobCount: Int? = null, val maxJobRunningTimeInMin: Int, val maxQueuedJobCountPerUser: Int, val minPriorityPerJob: Int, val name: String, val newTier: String? = null, val provisioningState: String, val publicDataLakeStoreAccounts: List<DataLakeStoreAccountInformationResponse>? = null, val queryStoreRetention: Int? = null, val state: String, val storageAccounts: List<StorageAccountInformationResponse>, val systemMaxDegreeOfParallelism: Int, val systemMaxJobCount: Int, val tags: Map<String, String>, val type: String, val virtualNetworkRules: List<VirtualNetworkRuleResponse>)

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.

Constructors

Link copied to clipboard
constructor(accountId: String, azureApiVersion: String, computePolicies: List<ComputePolicyResponse>, creationTime: String, currentTier: String, dataLakeStoreAccounts: List<DataLakeStoreAccountInformationResponse>, debugDataAccessLevel: String, defaultDataLakeStoreAccount: String, defaultDataLakeStoreAccountType: String, endpoint: String, firewallAllowAzureIps: String? = null, firewallRules: List<FirewallRuleResponse>, firewallState: String? = null, hiveMetastores: List<HiveMetastoreResponse>, id: String, lastModifiedTime: String, location: String, maxActiveJobCountPerUser: Int, maxDegreeOfParallelism: Int? = null, maxDegreeOfParallelismPerJob: Int? = null, maxJobCount: Int? = null, maxJobRunningTimeInMin: Int, maxQueuedJobCountPerUser: Int, minPriorityPerJob: Int, name: String, newTier: String? = null, provisioningState: String, publicDataLakeStoreAccounts: List<DataLakeStoreAccountInformationResponse>? = null, queryStoreRetention: Int? = null, state: String, storageAccounts: List<StorageAccountInformationResponse>, systemMaxDegreeOfParallelism: Int, systemMaxJobCount: Int, tags: Map<String, String>, type: String, virtualNetworkRules: List<VirtualNetworkRuleResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier associated with this Data Lake Analytics account.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The list of compute policies associated with this account.

Link copied to clipboard

The account creation time.

Link copied to clipboard

The commitment tier in use for the current month.

Link copied to clipboard

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

Link copied to clipboard

The current state of the DebugDataAccessLevel for this account.

Link copied to clipboard

The default Data Lake Store account associated with this account.

Link copied to clipboard

The type of the default Data Lake Store account associated with this account.

Link copied to clipboard

The full CName endpoint for this account.

Link copied to clipboard

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.

Link copied to clipboard

The list of firewall rules associated with this account.

Link copied to clipboard
val firewallState: String? = null

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

Link copied to clipboard

The list of hiveMetastores associated with this account.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The account last modified time.

Link copied to clipboard

The resource location.

Link copied to clipboard

The maximum supported active jobs under the account at the same time.

Link copied to clipboard

The maximum supported degree of parallelism for this account.

Link copied to clipboard

The maximum supported degree of parallelism per job for this account.

Link copied to clipboard
val maxJobCount: Int? = null

The maximum supported jobs running under the account at the same time.

Link copied to clipboard

The maximum supported active jobs under the account at the same time.

Link copied to clipboard

The maximum supported jobs queued under the account at the same time.

Link copied to clipboard

The minimum supported priority per job for this account.

Link copied to clipboard

The resource name.

Link copied to clipboard
val newTier: String? = null

The commitment tier for the next month.

Link copied to clipboard

The provisioning status of the Data Lake Analytics account.

Link copied to clipboard

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

Link copied to clipboard

The number of days that job metadata is retained.

Link copied to clipboard

The state of the Data Lake Analytics account.

Link copied to clipboard

The list of Azure Blob Storage accounts associated with this account.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The resource tags.

Link copied to clipboard

The resource type.

Link copied to clipboard

The list of virtualNetwork rules associated with this account.