Dashboard Functions
object DashboardFunctions
Functions
Link copied to clipboard
suspend fun azurerm_portal_dashboard(argument: Azurerm_portal_dashboardPlainArgs): Azurerm_portal_dashboardResult
Use this data source to access information about an existing shared dashboard in the Azure Portal. This is the data source of the azurerm_dashboard
resource.
suspend fun azurerm_portal_dashboard(argument: suspend Azurerm_portal_dashboardPlainArgsBuilder.() -> Unit): Azurerm_portal_dashboardResult
suspend fun azurerm_portal_dashboard(dashboardProperties: String? = null, displayName: String? = null, name: String? = null, resourceGroupName: String): Azurerm_portal_dashboardResult
Link copied to clipboard
Use this data source to access information about an existing Grafana Dashboard.
suspend fun getGrafana(identity: GetGrafanaIdentity? = null, name: String, resourceGroupName: String): GetGrafanaResult