Package-level declarations

Types

Link copied to clipboard
class FirewallRule : KotlinCustomResource

A firewall rule. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
data class FirewallRuleArgs(val firewallRuleName: Output<String>? = null, val fleetName: Output<String>? = null, val fleetspaceName: Output<String>? = null, val properties: Output<FirewallRulePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<FirewallRuleArgs>

A firewall rule. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
Link copied to clipboard
object FirewallRuleMapper : ResourceMapper<FirewallRule>
Link copied to clipboard
Link copied to clipboard
class Fleet : KotlinCustomResource

A Database Fleet. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
data class FleetArgs(val fleetName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<FleetPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FleetArgs>

A Database Fleet. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard

Builder for FleetArgs.

Link copied to clipboard
class FleetDatabase : KotlinCustomResource

A fleet database. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
data class FleetDatabaseArgs(val databaseName: Output<String>? = null, val fleetName: Output<String>? = null, val fleetspaceName: Output<String>? = null, val properties: Output<FleetDatabasePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<FleetDatabaseArgs>

A fleet database. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
Link copied to clipboard
object FleetDatabaseMapper : ResourceMapper<FleetDatabase>
Link copied to clipboard
Link copied to clipboard
object FleetMapper : ResourceMapper<Fleet>
Link copied to clipboard

Builder for Fleet.

Link copied to clipboard
class Fleetspace : KotlinCustomResource

A fleetspace. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
data class FleetspaceArgs(val fleetName: Output<String>? = null, val fleetspaceName: Output<String>? = null, val properties: Output<FleetspacePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<FleetspaceArgs>

A fleetspace. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
Link copied to clipboard
object FleetspaceMapper : ResourceMapper<Fleetspace>
Link copied to clipboard
Link copied to clipboard
class FleetTier : KotlinCustomResource

A SQL Database Fleet tier. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
data class FleetTierArgs(val fleetName: Output<String>? = null, val properties: Output<FleetTierPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tierName: Output<String>? = null) : ConvertibleToJava<FleetTierArgs>

A SQL Database Fleet tier. Uses Azure REST API version 2025-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2025-02-01-preview.

Link copied to clipboard
Link copied to clipboard
object FleetTierMapper : ResourceMapper<FleetTier>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun fleet(name: String): Fleet
suspend fun fleet(name: String, block: suspend FleetResourceBuilder.() -> Unit): Fleet
Link copied to clipboard
Link copied to clipboard
suspend fun fleetspace(name: String, block: suspend FleetspaceResourceBuilder.() -> Unit): Fleetspace
Link copied to clipboard
suspend fun fleetTier(name: String, block: suspend FleetTierResourceBuilder.() -> Unit): FleetTier