Uses of Class
com.azure.resourcemanager.sql.fluent.models.DataMaskingPolicyProperties
Packages that use DataMaskingPolicyProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of DataMaskingPolicyProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type DataMaskingPolicyPropertiesModifier and TypeClassDescriptionfinal classThe properties of a database data masking policy.Methods in com.azure.resourcemanager.sql.fluent.models that return DataMaskingPolicyPropertiesModifier and TypeMethodDescriptionstatic DataMaskingPolicyPropertiesDataMaskingPolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataMaskingPolicyProperties from the JsonReader.DataMaskingPolicyProperties.withDataMaskingState(DataMaskingState dataMaskingState) Set the dataMaskingState property: The state of the data masking policy.DataMaskingPolicyProperties.withExemptPrincipals(String exemptPrincipals) Set the exemptPrincipals property: The list of the exempt principals.