Interface SensitivityLabelUpdate


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

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • 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

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