SensitivityLabelUpdateInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. SensitivityLabelUpdateInner
- com.
- com.
public final class SensitivityLabelUpdateInner
extends ProxyResource
A sensitivity label update operation.
Constructor Summary
| Constructor | Description |
|---|---|
| SensitivityLabelUpdateInner() |
Creates an instance of Sensitivity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
column()
Get the column property: Column name to update. |
|
static
Sensitivity |
fromJson(JsonReader jsonReader)
Reads an instance of Sensitivity |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Sensitivity |
op()
Get the op property: The op property. |
| String |
schema()
Get the schema property: Schema name of the column to update. |
|
Sensitivity |
sensitivityLabel()
Get the sensitivity |
| String |
table()
Get the table property: Table name of the column to update. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Sensitivity |
withColumn(String column)
Set the column property: Column name to update. |
|
Sensitivity |
withOp(SensitivityLabelUpdateKind op)
Set the op property: The op property. |
|
Sensitivity |
withSchema(String schema)
Set the schema property: Schema name of the column to update. |
|
Sensitivity |
withSensitivityLabel(SensitivityLabelInner sensitivityLabel)
Set the sensitivity |
|
Sensitivity |
withTable(String table)
Set the table property: Table name of the column to update. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SensitivityLabelUpdateInner
public SensitivityLabelUpdateInner()
Creates an instance of SensitivityLabelUpdateInner class.
Method Details
column
public String column()
Get the column property: Column name to update.
Returns:
fromJson
public static SensitivityLabelUpdateInner fromJson(JsonReader jsonReader)
Reads an instance of SensitivityLabelUpdateInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SensitivityLabelUpdateInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SensitivityLabelUpdateInner.name()Returns:
op
public SensitivityLabelUpdateKind op()
Get the op property: The op property.
Returns:
schema
public String schema()
Get the schema property: Schema name of the column to update.
Returns:
sensitivityLabel
public SensitivityLabelInner sensitivityLabel()
Get the sensitivityLabel property: The sensitivity label information to apply on a column.
Returns:
table
public String table()
Get the table property: Table name of the column to update.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SensitivityLabelUpdateInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SensitivityLabelUpdateInner.type()Returns:
validate
public void validate()
Validates the instance.
withColumn
public SensitivityLabelUpdateInner withColumn(String column)
Set the column property: Column name to update.
Parameters:
Returns:
withOp
public SensitivityLabelUpdateInner withOp(SensitivityLabelUpdateKind op)
Set the op property: The op property.
Parameters:
Returns:
withSchema
public SensitivityLabelUpdateInner withSchema(String schema)
Set the schema property: Schema name of the column to update.
Parameters:
Returns:
withSensitivityLabel
public SensitivityLabelUpdateInner withSensitivityLabel(SensitivityLabelInner sensitivityLabel)
Set the sensitivityLabel property: The sensitivity label information to apply on a column.
Parameters:
Returns:
withTable
public SensitivityLabelUpdateInner withTable(String table)
Set the table property: Table name of the column to update.
Parameters:
Returns: