SensitivityLabelUpdateProperties Interface

public interface SensitivityLabelUpdateProperties

An immutable client-side representation of SensitivityLabelUpdateProperties.

Method Summary

Modifier and Type Method and Description
abstract String column()

Gets the column property: Column name to update.

abstract SensitivityLabelUpdatePropertiesInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.SensitivityLabelUpdatePropertiesInner object.

abstract SensitivityLabelUpdateKind op()

Gets the op property: The op property.

abstract String schema()

Gets the schema property: Schema name of the column to update.

abstract SensitivityLabel sensitivityLabel()

Gets the sensitivityLabel property: The sensitivity label information to apply on a column.

abstract String table()

Gets the table property: Table name of the column to update.

Method Details

column

public abstract String column()

Gets the column property: Column name to update.

Returns:

the column value.

innerModel

public abstract SensitivityLabelUpdatePropertiesInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.SensitivityLabelUpdatePropertiesInner object.

Returns:

the inner object.

op

public abstract SensitivityLabelUpdateKind op()

Gets the op property: The op property.

Returns:

the op value.

schema

public abstract String schema()

Gets the schema property: Schema name of the column to update.

Returns:

the schema value.

sensitivityLabel

public abstract SensitivityLabel sensitivityLabel()

Gets the sensitivityLabel property: The sensitivity label information to apply on a column.

Returns:

the sensitivityLabel value.

table

public abstract String table()

Gets the table property: Table name of the column to update.

Returns:

the table value.

Applies to