Package-level declarations
Types
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. API Version: 2016-11-01.
Link copied to clipboard
class AccountArgsBuilder
Builder for AccountArgs.
Link copied to clipboard
Link copied to clipboard
class AccountResourceBuilder
Builder for Account.
Link copied to clipboard
Data Lake Analytics compute policy information. 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. API Version: 2016-11-01.
Link copied to clipboard
class ComputePolicyArgsBuilder
Builder for ComputePolicyArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ComputePolicy.
Link copied to clipboard
object DatalakeanalyticsFunctions
Link copied to clipboard
Data Lake Analytics firewall rule information. 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. API Version: 2016-11-01.
Link copied to clipboard
class FirewallRuleArgsBuilder
Builder for FirewallRuleArgs.
Link copied to clipboard
Link copied to clipboard
Builder for FirewallRule.
Functions
Link copied to clipboard
suspend fun computePolicy(name: String, block: suspend ComputePolicyResourceBuilder.() -> Unit): ComputePolicy
Link copied to clipboard
suspend fun firewallRule(name: String, block: suspend FirewallRuleResourceBuilder.() -> Unit): FirewallRule