getWorkbook

Get a single workbook by its resourceName. API Version: 2020-10-20.

Return

An Application Insights workbook definition.

Parameters

argument

null


suspend fun getWorkbook(resourceGroupName: String, resourceName: String): GetWorkbookResult

Return

An Application Insights workbook definition.

Parameters

resourceGroupName

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

resourceName

The name of the Application Insights component resource.

See also


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

Return

An Application Insights workbook definition.

Parameters

argument

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

See also