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

Inheritance: SqlDatabaseDataMaskingRuleCmdletBase
Datei anzeigen Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method 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 method

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
return IEnumerable

WriteResult() protected method

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