Package-level declarations

Types

Link copied to clipboard
class Connector : KotlinCustomResource

A connector is a resource that can be used to proactively report impacts against workloads in Azure to Microsoft. Uses Azure REST API version 2024-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview.

Link copied to clipboard
data class ConnectorArgs(val connectorName: Output<String>? = null, val properties: Output<ConnectorPropertiesArgs>? = null) : ConvertibleToJava<ConnectorArgs>

A connector is a resource that can be used to proactively report impacts against workloads in Azure to Microsoft. Uses Azure REST API version 2024-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview.

Link copied to clipboard
Link copied to clipboard
object ConnectorMapper : ResourceMapper<Connector>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Insight : KotlinCustomResource

Insight resource Uses Azure REST API version 2024-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview.

Link copied to clipboard
data class InsightArgs(val insightName: Output<String>? = null, val properties: Output<InsightPropertiesArgs>? = null, val workloadImpactName: Output<String>? = null) : ConvertibleToJava<InsightArgs>

Insight resource Uses Azure REST API version 2024-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview.

Link copied to clipboard
Link copied to clipboard
object InsightMapper : ResourceMapper<Insight>
Link copied to clipboard
Link copied to clipboard
class WorkloadImpact : KotlinCustomResource

Workload Impact properties Uses Azure REST API version 2024-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview.

Link copied to clipboard
data class WorkloadImpactArgs(val properties: Output<WorkloadImpactPropertiesArgs>? = null, val workloadImpactName: Output<String>? = null) : ConvertibleToJava<WorkloadImpactArgs>

Workload Impact properties Uses Azure REST API version 2024-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview.

Link copied to clipboard
Link copied to clipboard
object WorkloadImpactMapper : ResourceMapper<WorkloadImpact>

Functions

Link copied to clipboard
suspend fun connector(name: String, block: suspend ConnectorResourceBuilder.() -> Unit): Connector
Link copied to clipboard
fun insight(name: String): Insight
suspend fun insight(name: String, block: suspend InsightResourceBuilder.() -> Unit): Insight
Link copied to clipboard