你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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