Package-level declarations

Types

Link copied to clipboard
data class ComputePolicyResponse(val id: String, val maxDegreeOfParallelismPerJob: Int, val minPriorityPerJob: Int, val name: String, val objectId: String, val objectType: String, val type: String)

Data Lake Analytics compute policy information.

Link copied to clipboard
data class DataLakeStoreAccountInformationResponse(val id: String, val name: String, val suffix: String, val type: String)

Data Lake Store account information.

Link copied to clipboard
data class FirewallRuleResponse(val endIpAddress: String, val id: String, val name: String, val startIpAddress: String, val type: String)

Data Lake Analytics firewall rule information.

Link copied to clipboard
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.

Link copied to clipboard
data class GetComputePolicyResult(val azureApiVersion: String, val id: String, val maxDegreeOfParallelismPerJob: Int, val minPriorityPerJob: Int, val name: String, val objectId: String, val objectType: String, val type: String)

Data Lake Analytics compute policy information.

Link copied to clipboard
data class GetFirewallRuleResult(val azureApiVersion: String, val endIpAddress: String, val id: String, val name: String, val startIpAddress: String, val type: String)

Data Lake Analytics firewall rule information.

Link copied to clipboard
data class HiveMetastoreResponse(val databaseName: String, val id: String, val name: String, val nestedResourceProvisioningState: String, val password: String, val runtimeVersion: String, val serverUri: String, val type: String, val userName: String)
Link copied to clipboard

The SAS response that contains the storage account, container and associated SAS token for connection use.

Link copied to clipboard
data class SasTokenInformationResponse(val accessToken: String)

SAS token information.

Link copied to clipboard
data class StorageAccountInformationResponse(val id: String, val name: String, val suffix: String, val type: String)

Azure Storage account information.

Link copied to clipboard
data class VirtualNetworkRuleResponse(val id: String, val name: String, val subnetId: String, val type: String, val virtualNetworkRuleState: String)

Data Lake Analytics VirtualNetwork Rule information.