BuildAzureSqlDatabaseDataMaskingRule.UpdateRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update the rule this cmdlet is operating on based on the values provided by the user
protected Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel UpdateRule (Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel rule);
member this.UpdateRule : Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel -> Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel
Protected Function UpdateRule (rule As DatabaseDataMaskingRuleModel) As DatabaseDataMaskingRuleModel
Parameters
The rule this cmdlet operates on
Returns
An updated rule model