SqlDataMaskingAdapter.GetDatabaseDataMaskingRules 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.
Provides the data masking rule model for a specific data masking rule
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel> GetDatabaseDataMaskingRules (string resourceGroup, string serverName, string databaseName);
member this.GetDatabaseDataMaskingRules : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel>
Public Function GetDatabaseDataMaskingRules (resourceGroup As String, serverName As String, databaseName As String) As IList(Of DatabaseDataMaskingRuleModel)
Parameters
- resourceGroup
- String
- serverName
- String
- databaseName
- String