Package-level declarations
Types
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. 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
object DatalakestoreFunctions
Link copied to clipboard
Data Lake Store 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 Store 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.
Link copied to clipboard
Data Lake Store trusted identity provider information. 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. API Version: 2016-11-01.
Link copied to clipboard
Builder for TrustedIdProviderArgs.
Link copied to clipboard
Link copied to clipboard
Builder for TrustedIdProvider.
Link copied to clipboard
Data Lake Store virtual network rule information. 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. API Version: 2016-11-01.
Link copied to clipboard
Builder for VirtualNetworkRuleArgs.
Link copied to clipboard
Link copied to clipboard
Builder for VirtualNetworkRule.
Functions
Link copied to clipboard
suspend fun firewallRule(name: String, block: suspend FirewallRuleResourceBuilder.() -> Unit): FirewallRule
Link copied to clipboard
suspend fun trustedIdProvider(name: String, block: suspend TrustedIdProviderResourceBuilder.() -> Unit): TrustedIdProvider
Link copied to clipboard
suspend fun virtualNetworkRule(name: String, block: suspend VirtualNetworkRuleResourceBuilder.() -> Unit): VirtualNetworkRule