Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

Data Lake Store account information. Uses Azure REST API version 2016-11-01. In version 2.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 defaultGroup: Output<String>? = null, val encryptionConfig: Output<EncryptionConfigArgs>? = null, val encryptionState: Output<EncryptionState>? = null, val firewallAllowAzureIps: Output<FirewallAllowAzureIpsState>? = null, val firewallRules: Output<List<CreateFirewallRuleWithAccountParametersArgs>>? = null, val firewallState: Output<FirewallState>? = null, val identity: Output<EncryptionIdentityArgs>? = null, val location: Output<String>? = null, val newTier: Output<TierType>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trustedIdProviderState: Output<TrustedIdProviderState>? = null, val trustedIdProviders: Output<List<CreateTrustedIdProviderWithAccountParametersArgs>>? = null, val virtualNetworkRules: Output<List<CreateVirtualNetworkRuleWithAccountParametersArgs>>? = null) : ConvertibleToJava<AccountArgs>

Data Lake Store account information. Uses Azure REST API version 2016-11-01. In version 2.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
Link copied to clipboard
class FirewallRule : KotlinCustomResource

Data Lake Store firewall rule information. Uses Azure REST API version 2016-11-01. In version 2.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 Store firewall rule information. Uses Azure REST API version 2016-11-01. In version 2.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
Link copied to clipboard
class TrustedIdProvider : KotlinCustomResource

Data Lake Store trusted identity provider information. Uses Azure REST API version 2016-11-01. In version 2.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
data class TrustedIdProviderArgs(val accountName: Output<String>? = null, val idProvider: Output<String>? = null, val resourceGroupName: Output<String>? = null, val trustedIdProviderName: Output<String>? = null) : ConvertibleToJava<TrustedIdProviderArgs>

Data Lake Store trusted identity provider information. Uses Azure REST API version 2016-11-01. In version 2.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
object TrustedIdProviderMapper : ResourceMapper<TrustedIdProvider>
Link copied to clipboard
class VirtualNetworkRule : KotlinCustomResource

Data Lake Store virtual network rule information. Uses Azure REST API version 2016-11-01. In version 2.x of the Azure Native provider, it used API version 2016-11-01.

Link copied to clipboard
data class VirtualNetworkRuleArgs(val accountName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val subnetId: Output<String>? = null, val virtualNetworkRuleName: Output<String>? = null) : ConvertibleToJava<VirtualNetworkRuleArgs>

Data Lake Store virtual network rule information. Uses Azure REST API version 2016-11-01. In version 2.x of the Azure Native provider, it used API version 2016-11-01.

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