Package-level declarations

Types

Link copied to clipboard
class Dashboard : KotlinCustomResource

Manages a shared dashboard in the Azure Portal. !>Note: The azure.portal.Dashboard resource is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. Please use the azure.portal.PortalDashboard resource instead.

Link copied to clipboard
data class DashboardArgs(val dashboardProperties: 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) : ConvertibleToJava<DashboardArgs>

Manages a shared dashboard in the Azure Portal. !>Note: The azure.portal.Dashboard resource is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. Please use the azure.portal.PortalDashboard resource instead.

Link copied to clipboard
Link copied to clipboard
object DashboardMapper : ResourceMapper<Dashboard>
Link copied to clipboard
Link copied to clipboard
class PortalDashboard : KotlinCustomResource

Dashboards can be imported using the resource id, e.g.

Link copied to clipboard
data class PortalDashboardArgs(val dashboardProperties: 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) : ConvertibleToJava<PortalDashboardArgs>

Dashboards can be imported using the resource id, e.g.

Link copied to clipboard
object PortalDashboardMapper : ResourceMapper<PortalDashboard>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun dashboard(name: String, block: suspend DashboardResourceBuilder.() -> Unit): Dashboard
Link copied to clipboard