DatabaseDataMaskingRuleModel Class

Definition

A class representing a database data masking rule

public class DatabaseDataMaskingRuleModel : Microsoft.Azure.Commands.Sql.DataMasking.Model.BaseDataMaskingRuleModel
type DatabaseDataMaskingRuleModel = class
    inherit BaseDataMaskingRuleModel
Public Class DatabaseDataMaskingRuleModel
Inherits BaseDataMaskingRuleModel
Inheritance
DatabaseDataMaskingRuleModel

Constructors

DatabaseDataMaskingRuleModel()

Properties

ColumnName

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

(Inherited from BaseDataMaskingRuleModel)
DatabaseName

Gets or sets the database name

MaskingFunction

Gets or sets the masking function of the current rule

(Inherited from BaseDataMaskingRuleModel)
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

(Inherited from BaseDataMaskingRuleModel)
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

(Inherited from BaseDataMaskingRuleModel)
PrefixSize

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

(Inherited from BaseDataMaskingRuleModel)
ReplacementString

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

(Inherited from BaseDataMaskingRuleModel)
ResourceGroupName

Gets or sets the resource group

(Inherited from BaseDataMaskingRuleModel)
SchemaName

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

(Inherited from BaseDataMaskingRuleModel)
ServerName

Gets or sets the server name

(Inherited from BaseDataMaskingRuleModel)
SuffixSize

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

(Inherited from BaseDataMaskingRuleModel)
TableName

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

(Inherited from BaseDataMaskingRuleModel)

Applies to