Uses of Class
com.azure.resourcemanager.sql.fluent.models.SensitivityLabelUpdateInner
Packages that use SensitivityLabelUpdateInner
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SensitivityLabelUpdateInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SensitivityLabelUpdateInnerModifier and TypeMethodDescriptionstatic SensitivityLabelUpdateInnerSensitivityLabelUpdateInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SensitivityLabelUpdateInner from the JsonReader.SensitivityLabelUpdateInner.withColumn(String column) Set the column property: Column name to update.SensitivityLabelUpdateInner.withOp(SensitivityLabelUpdateKind op) Set the op property: The op property.SensitivityLabelUpdateInner.withSchema(String schema) Set the schema property: Schema name of the column to update.SensitivityLabelUpdateInner.withSensitivityLabel(SensitivityLabelInner sensitivityLabel) Set the sensitivityLabel property: The sensitivity label information to apply on a column.Set the table property: Table name of the column to update. -
Uses of SensitivityLabelUpdateInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SensitivityLabelUpdateInnerModifier and TypeMethodDescriptionSensitivityLabelUpdateList.operations()Get the operations property: The operations property.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type SensitivityLabelUpdateInnerModifier and TypeMethodDescriptionSensitivityLabelUpdateList.withOperations(List<SensitivityLabelUpdateInner> operations) Set the operations property: The operations property.