Interface SensitivityLabelUpdate


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

    Modifier and Type
    Method
    Description
    Gets the column property: Column name to update.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.SensitivityLabelUpdateInner object.
    Gets the name property: The name of the resource.
    op()
    Gets the op property: The op property.
    Gets the schema property: Schema name of the column to update.
    Gets the sensitivityLabel property: The sensitivity label information to apply on a column.
    Gets the table property: Table name of the column to update.
    Gets the type property: The type of the resource.
  • Method Details

    • 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.
    • op

      Gets the op property: The op property.
      Returns:
      the op 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

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