GetManagedDatabaseSensitivityLabelPlainArgs

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

Constructors

constructor(columnName: String, databaseName: String, managedInstanceName: String, resourceGroupName: String, schemaName: String, sensitivityLabelSource: 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 managed instance.

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 table.

Functions

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