Sdílet prostřednictvím


SqlDatabaseDataMaskingRuleCmdletBase.PersistChanges Method

Definition

This method is responsible to call the right API in the communication layer that will eventually send the information in the object to the REST endpoint

protected override System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel> PersistChanges (System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel> rules);
override this.PersistChanges : seq<Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel> -> seq<Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel>
Protected Overrides Function PersistChanges (rules As IEnumerable(Of DatabaseDataMaskingRuleModel)) As IEnumerable(Of DatabaseDataMaskingRuleModel)

Parameters

rules
IEnumerable<DatabaseDataMaskingRuleModel>

The model object with the data to be sent to the REST endpoints

Returns

Applies to