getSqlPoolSensitivityLabel

Gets the sensitivity label of a given column Uses Azure REST API version 2021-06-01. Other available API versions: 2021-06-01-preview.

Return

A sensitivity label.

Parameters

argument

null


suspend fun getSqlPoolSensitivityLabel(columnName: String, resourceGroupName: String, schemaName: String, sensitivityLabelSource: String, sqlPoolName: String, tableName: String, workspaceName: String): GetSqlPoolSensitivityLabelResult

Return

A sensitivity label.

Parameters

columnName

The name of the column.

resourceGroupName

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

schemaName

The name of the schema.

sensitivityLabelSource

The source of the sensitivity label.

sqlPoolName

SQL pool name

tableName

The name of the table.

workspaceName

The name of the workspace.

See also


Return

A sensitivity label.

Parameters

argument

Builder for com.pulumi.azurenative.synapse.kotlin.inputs.GetSqlPoolSensitivityLabelPlainArgs.

See also