DataMaskingEndpointsCommunicator.ListDataMaskingRules 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.
Calls to list all the data masking rules for a specific database
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.DataMaskingRule> ListDataMaskingRules (string resourceGroupName, string serverName, string databaseName);
member this.ListDataMaskingRules : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.DataMaskingRule>
Public Function ListDataMaskingRules (resourceGroupName As String, serverName As String, databaseName As String) As IList(Of DataMaskingRule)
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String