Package-level declarations
Types
Link copied to clipboard
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
class DashboardArgsBuilder
Builder for DashboardArgs.
Link copied to clipboard
Link copied to clipboard
class DashboardResourceBuilder
Builder for Dashboard.
Link copied to clipboard
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
Builder for PortalDashboardArgs.
Link copied to clipboard
Link copied to clipboard
Builder for PortalDashboard.
Link copied to clipboard
object PortalFunctions
Functions
Link copied to clipboard
suspend fun portalDashboard(name: String, block: suspend PortalDashboardResourceBuilder.() -> Unit): PortalDashboard