getWorkbook

Get a single workbook by its resourceName. Uses Azure REST API version 2023-06-01. Other available API versions: 2015-05-01, 2018-06-17-preview, 2020-10-20, 2021-03-08, 2021-08-01, 2022-04-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native applicationinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

A workbook definition.

Parameters

argument

null


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

Return

A workbook definition.

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 workbook resource. The value must be an UUID.

See also


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

Return

A workbook definition.

Parameters

argument

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

See also