getTable

suspend fun getTable(argument: GetTablePlainArgs): GetTableResult

Gets a Log Analytics workspace table. API Version: 2021-12-01-preview.

Return

Workspace data table definition.

Parameters

argument

null


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

Return

Workspace data table definition.

See also

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.


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

Return

Workspace data table definition.

See also

Parameters

argument

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