Package-level declarations
Types
Link copied to clipboard
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
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
Link copied to clipboard
Link copied to clipboard
data class ListStorageAccountSasTokensResult(val nextLink: String, val value: List<SasTokenInformationResponse>)
The SAS response that contains the storage account, container and associated SAS token for connection use.
Link copied to clipboard
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