BuildAzureSqlDatabaseDataMaskingRule.GetRule 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.
Returns the rule that this cmdlet operates on
protected abstract Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel GetRule (System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel> rules);
abstract member GetRule : seq<Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel> -> Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel
Protected MustOverride Function GetRule (rules As IEnumerable(Of DatabaseDataMaskingRuleModel)) As DatabaseDataMaskingRuleModel
Parameters
All the data masking rules of the database
Returns
The rule that this cmdlet operates on