getWorkbook

Get a single workbook by its resourceName. Azure REST API version: 2022-04-01. Other available API versions: 2015-05-01, 2021-03-08, 2021-08-01, 2023-06-01.

Return

A workbook definition.

Parameters

argument

null


suspend fun getWorkbook(canFetchContent: Boolean? = null, resourceGroupName: String, resourceName: String): GetWorkbookResult

Return

A workbook definition.

See also

Parameters

canFetchContent

Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks.

resourceGroupName

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

resourceName

The name of the resource.


suspend fun getWorkbook(argument: suspend GetWorkbookPlainArgsBuilder.() -> Unit): GetWorkbookResult

Return

A workbook definition.

See also

Parameters

argument

Builder for com.pulumi.azurenative.insights.kotlin.inputs.GetWorkbookPlainArgs.