GetSensitivityLabelPlainArgs

data class GetSensitivityLabelPlainArgs(val columnName: String, val databaseName: String, val resourceGroupName: String, val schemaName: String, val sensitivityLabelSource: String, val serverName: String, val tableName: String) : ConvertibleToJava<GetSensitivityLabelPlainArgs>

Constructors

Link copied to clipboard
constructor(columnName: String, databaseName: String, resourceGroupName: String, schemaName: String, sensitivityLabelSource: String, serverName: String, tableName: String)

Properties

Link copied to clipboard

The name of the column.

Link copied to clipboard

The name of the database.

Link copied to clipboard

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

Link copied to clipboard

The name of the schema.

Link copied to clipboard

The source of the sensitivity label.

Link copied to clipboard

The name of the server.

Link copied to clipboard

The name of the table.

Functions

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