Azurerm_portal_dashboardPlainArgs

data class Azurerm_portal_dashboardPlainArgs(val dashboardProperties: String? = null, val displayName: String? = null, val name: String? = null, val resourceGroupName: String) : ConvertibleToJava<Azurerm_portal_dashboardPlainArgs>

A collection of arguments for invoking azurerm_portal_dashboard.

Constructors

Link copied to clipboard
constructor(dashboardProperties: String? = null, displayName: String? = null, name: String? = null, resourceGroupName: String)

Properties

Link copied to clipboard

JSON data representing dashboard body.

Link copied to clipboard
val displayName: String? = null

Specifies the display name of the shared Azure Portal Dashboard.

Link copied to clipboard
val name: String? = null

Specifies the name of the shared Azure Portal Dashboard.

Link copied to clipboard

Specifies the name of the resource group the shared Azure Portal Dashboard is located in.

Functions

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