Sdílet prostřednictvím


SqlDataMaskingAdapter Class

Definition

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

Applies to