Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DatabaseDataMaskingRuleModel Class
Definition
- Assembly:
- Microsoft.Azure.PowerShell.Cmdlets.Sql.dll
- Assembly:
- Microsoft.Azure.Commands.Sql.dll
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
| Name | Description |
|---|---|
| DatabaseDataMaskingRuleModel() | |
Properties
| Name | Description |
|---|---|
| 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) |
