IntegrationFabricPropertiesResponse

data class IntegrationFabricPropertiesResponse(val dataSourceResourceId: String? = null, val provisioningState: String, val scenarios: List<String>? = null, val targetResourceId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Provisioning state of the resource.

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

A list of integration scenarios covered by this integration fabric

Link copied to clipboard

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