Get Account Result
data class GetAccountResult(val accountId: 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
fun GetAccountResult(accountId: 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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard