SqlDataMaskingAdapter Class
Definition
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.
The SqlDataMaskingClient class is responsible for transforming the data that was received form the endpoints to the cmdlets model of data masking policy and vice versa
public class SqlDataMaskingAdapter
type SqlDataMaskingAdapter = class
Public Class SqlDataMaskingAdapter
- Inheritance
-
SqlDataMaskingAdapter
Constructors
SqlDataMaskingAdapter(IAzureContext) |
Properties
Context |
Gets or sets the Azure profile |
Methods
GetDatabaseDataMaskingPolicy(String, String, String) |
Provides a cmdlet model representation of a specific database's data making policy |
GetDatabaseDataMaskingRules(String, String, String) |
Provides the data masking rule model for a specific data masking rule |
RemoveDatabaseDataMaskingRule(DatabaseDataMaskingRuleModel) |
Removes a data masking rule based on the information provided by the model object |
SetDatabaseDataMaskingPolicy(DatabaseDataMaskingPolicyModel) |
Sets the data masking policy of a specific database to be based on the information provided by the model object |
SetDatabaseDataMaskingRule(DatabaseDataMaskingRuleModel) |
Sets a data masking rule based on the information provided by the model object |