SensitivityLabel Interface
public interface SensitivityLabel
An immutable client-side representation of SensitivityLabel.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
columnName()
Gets the column |
| abstract void |
disableRecommendation()
Disables sensitivity recommendations on a given column. |
| abstract Response<Void> |
disableRecommendationWithResponse(Context context)
Disables sensitivity recommendations on a given column. |
| abstract void |
enableRecommendation()
Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns). |
| abstract Response<Void> |
enableRecommendationWithResponse(Context context)
Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns). |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
| abstract String |
informationType()
Gets the information |
| abstract String |
informationTypeId()
Gets the information |
|
abstract
Sensitivity |
innerModel()
Gets the inner com. |
| abstract Boolean |
isDisabled()
Gets the is |
| abstract String |
labelId()
Gets the label |
| abstract String |
labelName()
Gets the label |
| abstract String |
managedBy()
Gets the managed |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Sensitivity |
rank()
Gets the rank property: The rank property. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
schemaName()
Gets the schema |
| abstract String |
tableName()
Gets the table |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Sensitivity |
Method Details
columnName
public abstract String columnName()
Gets the columnName property: The column name.
Returns:
disableRecommendation
public abstract void disableRecommendation()
Disables sensitivity recommendations on a given column.
disableRecommendationWithResponse
public abstract Response<Void> disableRecommendationWithResponse(Context context)
Disables sensitivity recommendations on a given column.
Parameters:
Returns:
enableRecommendation
public abstract void enableRecommendation()
Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns).
enableRecommendationWithResponse
public abstract Response<Void> enableRecommendationWithResponse(Context context)
Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns).
Parameters:
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
informationType
public abstract String informationType()
Gets the informationType property: The information type.
Returns:
informationTypeId
public abstract String informationTypeId()
Gets the informationTypeId property: The information type ID.
Returns:
innerModel
public abstract SensitivityLabelInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.SensitivityLabelInner object.
Returns:
isDisabled
public abstract Boolean isDisabled()
Gets the isDisabled property: Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
Returns:
labelId
public abstract String labelId()
Gets the labelId property: The label ID.
Returns:
labelName
public abstract String labelName()
Gets the labelName property: The label name.
Returns:
managedBy
public abstract String managedBy()
Gets the managedBy property: managed by.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
rank
public abstract SensitivityLabelRank rank()
Gets the rank property: The rank property.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
schemaName
public abstract String schemaName()
Gets the schemaName property: The schema name.
Returns:
tableName
public abstract String tableName()
Gets the tableName property: The table name.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SensitivityLabel.Update update()
Begins update for the SensitivityLabel resource.
Returns: