Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DatabaseDataMaskingPolicyModel 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 policy
public class DatabaseDataMaskingPolicyModel : Microsoft.Azure.Commands.Sql.DataMasking.Model.BaseDataMaskingPolicyModel
type DatabaseDataMaskingPolicyModel = class
inherit BaseDataMaskingPolicyModel
Public Class DatabaseDataMaskingPolicyModel
Inherits BaseDataMaskingPolicyModel
- Inheritance
Constructors
| Name | Description |
|---|---|
| DatabaseDataMaskingPolicyModel() | |
Properties
| Name | Description |
|---|---|
| DatabaseName |
Gets or sets the database name |
| DataMaskingState |
Gets or sets the state of the policy (Inherited from BaseDataMaskingPolicyModel) |
| PrivilegedUsers |
Gets or sets the list of the privilege logins (Inherited from BaseDataMaskingPolicyModel) |
| ResourceGroupName |
Gets or sets the resource group name (Inherited from BaseDataMaskingPolicyModel) |
| ServerName |
Gets or sets the server name (Inherited from BaseDataMaskingPolicyModel) |
