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
Sensitivity |
innerModel()
Gets the inner com. |
|
abstract
Sensitivity |
op()
Gets the op property: The op property. |
| abstract String |
schema()
Gets the schema property: Schema name of the column to update. |
|
abstract
Sensitivity |
sensitivityLabel()
Gets the sensitivity |
| 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:
innerModel
public abstract SensitivityLabelUpdatePropertiesInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.SensitivityLabelUpdatePropertiesInner object.
Returns:
op
public abstract SensitivityLabelUpdateKind op()
Gets the op property: The op property.
Returns:
schema
public abstract String schema()
Gets the schema property: Schema name of the column to update.
Returns:
sensitivityLabel
public abstract SensitivityLabel sensitivityLabel()
Gets the sensitivityLabel property: The sensitivity label information to apply on a column.
Returns:
table
public abstract String table()
Gets the table property: Table name of the column to update.
Returns: