你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BaseDataMaskingRuleModel Class

Definition

The base class that defines the core properties of a data masking rule

public class BaseDataMaskingRuleModel
type BaseDataMaskingRuleModel = class
Public Class BaseDataMaskingRuleModel
Inheritance
BaseDataMaskingRuleModel
Derived

Constructors

BaseDataMaskingRuleModel()

Properties

ColumnName

Gets or sets the name of the column that this rule operates on

MaskingFunction

Gets or sets the masking function of the current rule

NumberFrom

Gets or sets the lower bound of the interval from which a random number is selected in case this rule's masking function is Number

NumberTo

Gets or sets the upper bound of the interval from which a random number is selected in case this rule's masking function is Number

PrefixSize

Gets or sets the prefix size to be used in case this rule's masking function is Text

ReplacementString

Gets or sets the replacement string to be used in case this rule's masking function is Text

ResourceGroupName

Gets or sets the resource group

SchemaName

Gets or sets the name of the chema that contains the table on which the rule operates on

ServerName

Gets or sets the server name

SuffixSize

Gets or sets the suffix size to be used in case this rule's masking function is Text

TableName

Gets or sets the name of the table that contains the column on which the rule operates on

Applies to