GetDashboardPlainArgs

data class GetDashboardPlainArgs(val dashboardName: String, val resourceGroupName: String) : ConvertibleToJava<GetDashboardPlainArgs>

Constructors

Link copied to clipboard
constructor(dashboardName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the dashboard.

Link copied to clipboard

The name of the resource group.

Functions

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