GetDashboardPlainArgs

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

A collection of arguments for invoking getDashboard.

Constructors

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

Functions

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

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.