getWorkbookTemplate

Get a single workbook template by its resourceName. Uses Azure REST API version 2020-11-20. Other available API versions: 2019-10-17-preview. 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

An Application Insights workbook template definition.

Parameters

argument

null


suspend fun getWorkbookTemplate(resourceGroupName: String, resourceName: String): GetWorkbookTemplateResult

Return

An Application Insights workbook template 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


Return

An Application Insights workbook template definition.

Parameters

argument

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

See also