getTable

suspend fun getTable(argument: GetTablePlainArgs): GetTableResult

Gets a Log Analytics workspace table. Uses Azure REST API version 2023-09-01. Other available API versions: 2021-12-01-preview, 2022-10-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native operationalinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Workspace data table definition.

Parameters

argument

null


suspend fun getTable(resourceGroupName: String, tableName: String, workspaceName: String): GetTableResult

Return

Workspace data table definition.

Parameters

resourceGroupName

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

tableName

The name of the table.

workspaceName

The name of the workspace.

See also


suspend fun getTable(argument: suspend GetTablePlainArgsBuilder.() -> Unit): GetTableResult

Return

Workspace data table definition.

Parameters

argument

Builder for com.pulumi.azurenative.operationalinsights.kotlin.inputs.GetTablePlainArgs.

See also