Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. Uses Azure REST API version 2019-11-01-preview. In version 1.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
data class AccountArgs(val accountName: Output<String>? = null, val computePolicies: Output<List<CreateComputePolicyWithAccountParametersArgs>>? = null, val dataLakeStoreAccounts: Output<List<AddDataLakeStoreWithAccountParametersArgs>>? = null, val defaultDataLakeStoreAccount: Output<String>? = null, val firewallAllowAzureIps: Output<FirewallAllowAzureIpsState>? = null, val firewallRules: Output<List<CreateFirewallRuleWithAccountParametersArgs>>? = null, val firewallState: Output<FirewallState>? = null, val location: Output<String>? = null, val maxDegreeOfParallelism: Output<Int>? = null, val maxDegreeOfParallelismPerJob: Output<Int>? = null, val maxJobCount: Output<Int>? = null, val minPriorityPerJob: Output<Int>? = null, val newTier: Output<TierType>? = null, val queryStoreRetention: Output<Int>? = null, val resourceGroupName: Output<String>? = null, val storageAccounts: Output<List<AddStorageAccountWithAccountParametersArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. Uses Azure REST API version 2019-11-01-preview. In version 1.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard
Link copied to clipboard
class ComputePolicy : KotlinCustomResource

Data Lake Analytics compute policy information. Uses Azure REST API version 2019-11-01-preview. In version 1.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
data class ComputePolicyArgs(val accountName: Output<String>? = null, val computePolicyName: Output<String>? = null, val maxDegreeOfParallelismPerJob: Output<Int>? = null, val minPriorityPerJob: Output<Int>? = null, val objectId: Output<String>? = null, val objectType: Output<Either<String, AADObjectType>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ComputePolicyArgs>

Data Lake Analytics compute policy information. Uses Azure REST API version 2019-11-01-preview. In version 1.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
Link copied to clipboard
object ComputePolicyMapper : ResourceMapper<ComputePolicy>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FirewallRule : KotlinCustomResource

Data Lake Analytics firewall rule information. Uses Azure REST API version 2019-11-01-preview. In version 1.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
data class FirewallRuleArgs(val accountName: Output<String>? = null, val endIpAddress: Output<String>? = null, val firewallRuleName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val startIpAddress: Output<String>? = null) : ConvertibleToJava<FirewallRuleArgs>

Data Lake Analytics firewall rule information. Uses Azure REST API version 2019-11-01-preview. In version 1.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
Link copied to clipboard
object FirewallRuleMapper : ResourceMapper<FirewallRule>
Link copied to clipboard

Functions

Link copied to clipboard
fun account(name: String): Account
suspend fun account(name: String, block: suspend AccountResourceBuilder.() -> Unit): Account
Link copied to clipboard
Link copied to clipboard