Package-level declarations

Types

Link copied to clipboard
class HciCluster : KotlinCustomResource

Manages an Azure Stack HCI Cluster.

Link copied to clipboard
data class HciClusterArgs(val automanageConfigurationId: Output<String>? = null, val clientId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<HciClusterArgs>

Manages an Azure Stack HCI Cluster.

Link copied to clipboard
Link copied to clipboard
object HciClusterMapper : ResourceMapper<HciCluster>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun hciCluster(name: String, block: suspend HciClusterResourceBuilder.() -> Unit): HciCluster