get Workbook
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
can Fetch Content
Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks.
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
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.