RecommendedSensitivityLabelUpdate Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. models. RecommendedSensitivityLabelUpdate
- com.
- com.
public final class RecommendedSensitivityLabelUpdate
extends ProxyResource
A recommended sensitivity label update operation.
Constructor Summary
| Constructor | Description |
|---|---|
| RecommendedSensitivityLabelUpdate() |
Creates an instance of Recommended |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
column()
Get the column property: Column name to update. |
|
static
Recommended |
fromJson(JsonReader jsonReader)
Reads an instance of Recommended |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Recommended |
op()
Get the op property: The op property. |
| String |
schema()
Get the schema property: Schema name of the column to update. |
| 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. |
|
Recommended |
withColumn(String column)
Set the column property: Column name to update. |
|
Recommended |
withOp(RecommendedSensitivityLabelUpdateKind op)
Set the op property: The op property. |
|
Recommended |
withSchema(String schema)
Set the schema property: Schema name of the column to update. |
|
Recommended |
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
RecommendedSensitivityLabelUpdate
public RecommendedSensitivityLabelUpdate()
Creates an instance of RecommendedSensitivityLabelUpdate class.
Method Details
column
public String column()
Get the column property: Column name to update.
Returns:
fromJson
public static RecommendedSensitivityLabelUpdate fromJson(JsonReader jsonReader)
Reads an instance of RecommendedSensitivityLabelUpdate from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RecommendedSensitivityLabelUpdate.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RecommendedSensitivityLabelUpdate.name()Returns:
op
public RecommendedSensitivityLabelUpdateKind 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:
table
public String table()
Get the table property: Table name of the column to update.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RecommendedSensitivityLabelUpdate.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RecommendedSensitivityLabelUpdate.type()Returns:
validate
public void validate()
Validates the instance.
withColumn
public RecommendedSensitivityLabelUpdate withColumn(String column)
Set the column property: Column name to update.
Parameters:
Returns:
withOp
public RecommendedSensitivityLabelUpdate withOp(RecommendedSensitivityLabelUpdateKind op)
Set the op property: The op property.
Parameters:
Returns:
withSchema
public RecommendedSensitivityLabelUpdate withSchema(String schema)
Set the schema property: Schema name of the column to update.
Parameters:
Returns:
withTable
public RecommendedSensitivityLabelUpdate withTable(String table)
Set the table property: Table name of the column to update.
Parameters:
Returns: