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

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
PersistChanges ( IEnumerable rules ) : IEnumerable

Calls the data masking removal API with the rule that this cmdlet operated on

WriteResult ( ) : bool

Returns true if the model object that was constructed by this cmdlet should be written out

메소드 상세

PersistChanges() 보호된 메소드

Calls the data masking removal API with the rule that this cmdlet operated on
protected PersistChanges ( IEnumerable rules ) : IEnumerable
rules IEnumerable A list consisting of a single rule - the rule that this cmdlet operated on
리턴 IEnumerable

WriteResult() 보호된 메소드

Returns true if the model object that was constructed by this cmdlet should be written out
protected WriteResult ( ) : bool
리턴 bool