C# 클래스 Microsoft.Azure.Commands.Sql.DataMasking.Cmdlet.NewAzureSqlDatabaseDataMaskingRule

상속: BuildAzureSqlDatabaseDataMaskingRule
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
GetEntity ( ) : IEnumerable

Provides the model element that this cmdlet operates on

GetRule ( IEnumerable rules ) : Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel

Returns a new data masking rule model

UpdateRuleList ( IEnumerable rules, Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel rule ) : IEnumerable

Adds the data masking rule that this cmdlet operated on to the list of rules of this database

ValidateOperation ( IEnumerable rules ) : string

An additional validation to see that no rule with the user provided Id already exists.

메소드 상세

GetEntity() 보호된 메소드

Provides the model element that this cmdlet operates on
protected GetEntity ( ) : IEnumerable
리턴 IEnumerable

GetRule() 보호된 메소드

Returns a new data masking rule model
protected GetRule ( IEnumerable rules ) : Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel
rules IEnumerable The database's data masking rules
리턴 Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel

UpdateRuleList() 보호된 메소드

Adds the data masking rule that this cmdlet operated on to the list of rules of this database
protected UpdateRuleList ( IEnumerable rules, Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel rule ) : IEnumerable
rules IEnumerable The data masking rules already defined for this database
rule Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel The rule that this cmdlet operated on
리턴 IEnumerable

ValidateOperation() 보호된 메소드

An additional validation to see that no rule with the user provided Id already exists.
protected ValidateOperation ( IEnumerable rules ) : string
rules IEnumerable The rule the cmdlet operates on
리턴 string