getGrafana

The grafana resource type. Uses Azure REST API version 2024-10-01. Other available API versions: 2022-08-01, 2022-10-01-preview, 2023-09-01, 2023-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dashboard [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The grafana resource type.

Parameters

argument

null


suspend fun getGrafana(resourceGroupName: String, workspaceName: String): GetGrafanaResult

Return

The grafana resource type.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

workspaceName

The workspace name of Azure Managed Grafana.

See also


suspend fun getGrafana(argument: suspend GetGrafanaPlainArgsBuilder.() -> Unit): GetGrafanaResult

Return

The grafana resource type.

Parameters

argument

Builder for com.pulumi.azurenative.dashboard.kotlin.inputs.GetGrafanaPlainArgs.

See also