getMyWorkbook

Get a single private workbook by its resourceName. Uses Azure REST API version 2021-03-08. Other available API versions: 2015-05-01, 2020-10-20. 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 private workbook definition.

Parameters

argument

null


suspend fun getMyWorkbook(resourceGroupName: String, resourceName: String): GetMyWorkbookResult

Return

An Application Insights private 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


Return

An Application Insights private workbook definition.

Parameters

argument

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

See also