IntegrationFabricPropertiesArgs

data class IntegrationFabricPropertiesArgs(val dataSourceResourceId: Output<String>? = null, val scenarios: Output<List<String>>? = null, val targetResourceId: Output<String>? = null) : ConvertibleToJava<IntegrationFabricPropertiesArgs>

Constructors

Link copied to clipboard
constructor(dataSourceResourceId: Output<String>? = null, scenarios: Output<List<String>>? = null, targetResourceId: Output<String>? = null)

Properties

Link copied to clipboard
val dataSourceResourceId: Output<String>? = null

The resource Id of the Azure resource which is used to configure Grafana data source. E.g., an Azure Monitor Workspace, an Azure Data Explorer cluster, etc.

Link copied to clipboard
val scenarios: Output<List<String>>? = null

A list of integration scenarios covered by this integration fabric

Link copied to clipboard
val targetResourceId: Output<String>? = null

The resource Id of the Azure resource being integrated with Azure Managed Grafana. E.g., an Azure Kubernetes Service cluster.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationFabricPropertiesArgs