C# Класс Microsoft.Azure.Commands.Sql.DataMasking.Cmdlet.RemoveAzureSqlDatabaseDataMaskingRule

Наследование: SqlDatabaseDataMaskingRuleCmdletBase
Показать файл Открыть проект

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