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 SensitivityLabelUpdateInner innerModel()

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

abstract String name()

Gets the name property: The name of the resource.

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.

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:

the column value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SensitivityLabelUpdateInner innerModel()

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

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

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.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to