Interface SensitivityLabelUpdateProperties


  • public interface SensitivityLabelUpdateProperties
    An immutable client-side representation of SensitivityLabelUpdateProperties.
    • Method Detail

      • schema

        String schema()
        Gets the schema property: Schema name of the column to update.
        Returns:
        the schema value.
      • table

        String table()
        Gets the table property: Table name of the column to update.
        Returns:
        the table value.
      • column

        String column()
        Gets the column property: Column name to update.
        Returns:
        the column value.
      • sensitivityLabel

        SensitivityLabel sensitivityLabel()
        Gets the sensitivityLabel property: The sensitivity label information to apply on a column.
        Returns:
        the sensitivityLabel value.
      • innerModel

        SensitivityLabelUpdatePropertiesInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.SensitivityLabelUpdatePropertiesInner object.
        Returns:
        the inner object.