C# Class Microsoft.Azure.Commands.Sql.DataMasking.Cmdlet.RemoveAzureSqlDatabaseDataMaskingRule

Inheritance: SqlDatabaseDataMaskingRuleCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
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

Method Details

PersistChanges() protected méthode

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
Résultat IEnumerable

WriteResult() protected méthode

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