Uses of Enum
com.azure.resourcemanager.sql.models.RecommendedSensitivityLabelUpdateKind
Packages that use RecommendedSensitivityLabelUpdateKind
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of RecommendedSensitivityLabelUpdateKind in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return RecommendedSensitivityLabelUpdateKindModifier and TypeMethodDescriptionRecommendedSensitivityLabelUpdateProperties.op()Get the op property: The op property.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type RecommendedSensitivityLabelUpdateKindModifier and TypeMethodDescriptionRecommendedSensitivityLabelUpdateProperties.withOp(RecommendedSensitivityLabelUpdateKind op) Set the op property: The op property. -
Uses of RecommendedSensitivityLabelUpdateKind in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return RecommendedSensitivityLabelUpdateKindModifier and TypeMethodDescriptionRecommendedSensitivityLabelUpdateKind.fromString(String value) Parses a serialized value to a RecommendedSensitivityLabelUpdateKind instance.RecommendedSensitivityLabelUpdate.op()Get the op property: The op property.Returns the enum constant of this type with the specified name.RecommendedSensitivityLabelUpdateKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type RecommendedSensitivityLabelUpdateKindModifier and TypeMethodDescriptionRecommendedSensitivityLabelUpdate.withOp(RecommendedSensitivityLabelUpdateKind op) Set the op property: The op property.