SensitivityLabelUpdate Interface
public interface SensitivityLabelUpdate
An immutable client-side representation of SensitivityLabelUpdate.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
column()
Gets the column property: Column name to update. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Sensitivity |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
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. |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
column
public abstract String column()
Gets the column property: Column name to update.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SensitivityLabelUpdateInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.SensitivityLabelUpdateInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
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:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: