Uses of Class
com.azure.resourcemanager.sql.models.RecommendedSensitivityLabelUpdate
Packages that use RecommendedSensitivityLabelUpdate
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of RecommendedSensitivityLabelUpdate in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return RecommendedSensitivityLabelUpdateModifier and TypeMethodDescriptionRecommendedSensitivityLabelUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendedSensitivityLabelUpdate from the JsonReader.RecommendedSensitivityLabelUpdate.withColumn(String column) Set the column property: Column name to update.RecommendedSensitivityLabelUpdate.withOp(RecommendedSensitivityLabelUpdateKind op) Set the op property: The op property.RecommendedSensitivityLabelUpdate.withSchema(String schema) Set the schema property: Schema name of the column to update.Set the table property: Table name of the column to update.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type RecommendedSensitivityLabelUpdateModifier and TypeMethodDescriptionRecommendedSensitivityLabelUpdateList.operations()Get the operations property: The operations property.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type RecommendedSensitivityLabelUpdateModifier and TypeMethodDescriptionRecommendedSensitivityLabelUpdateList.withOperations(List<RecommendedSensitivityLabelUpdate> operations) Set the operations property: The operations property.