GetSqlPoolSensitivityLabelPlainArgs

data class GetSqlPoolSensitivityLabelPlainArgs(val columnName: String, val resourceGroupName: String, val schemaName: String, val sensitivityLabelSource: String, val sqlPoolName: String, val tableName: String, val workspaceName: String) : ConvertibleToJava<GetSqlPoolSensitivityLabelPlainArgs>

Constructors

Link copied to clipboard
constructor(columnName: String, resourceGroupName: String, schemaName: String, sensitivityLabelSource: String, sqlPoolName: String, tableName: String, workspaceName: String)

Properties

Link copied to clipboard

The name of the column.

Link copied to clipboard

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

Link copied to clipboard

The name of the schema.

Link copied to clipboard

The source of the sensitivity label.

Link copied to clipboard

SQL pool name

Link copied to clipboard

The name of the table.

Link copied to clipboard

The name of the workspace

Functions

Link copied to clipboard
open override fun toJava(): GetSqlPoolSensitivityLabelPlainArgs