Uses of Class
com.azure.resourcemanager.sql.fluent.models.DataMaskingRuleProperties
Packages that use DataMaskingRuleProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of DataMaskingRuleProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DataMaskingRulePropertiesModifier and TypeMethodDescriptionstatic DataMaskingRulePropertiesDataMaskingRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataMaskingRuleProperties from the JsonReader.DataMaskingRuleProperties.withAliasName(String aliasName) Set the aliasName property: The alias name.DataMaskingRuleProperties.withColumnName(String columnName) Set the columnName property: The column name on which the data masking rule is applied.DataMaskingRuleProperties.withMaskingFunction(DataMaskingFunction maskingFunction) Set the maskingFunction property: The masking function that is used for the data masking rule.DataMaskingRuleProperties.withNumberFrom(String numberFrom) Set the numberFrom property: The numberFrom property of the masking rule.DataMaskingRuleProperties.withNumberTo(String numberTo) Set the numberTo property: The numberTo property of the data masking rule.DataMaskingRuleProperties.withPrefixSize(String prefixSize) Set the prefixSize property: If maskingFunction is set to Text, the number of characters to show unmasked in the beginning of the string.DataMaskingRuleProperties.withReplacementString(String replacementString) Set the replacementString property: If maskingFunction is set to Text, the character to use for masking the unexposed part of the string.DataMaskingRuleProperties.withRuleState(DataMaskingRuleState ruleState) Set the ruleState property: The rule state.DataMaskingRuleProperties.withSchemaName(String schemaName) Set the schemaName property: The schema name on which the data masking rule is applied.DataMaskingRuleProperties.withSuffixSize(String suffixSize) Set the suffixSize property: If maskingFunction is set to Text, the number of characters to show unmasked at the end of the string.DataMaskingRuleProperties.withTableName(String tableName) Set the tableName property: The table name on which the data masking rule is applied.