IDataMaskingOperations Interface
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.
Represents all the operations for operating on Azure SQL Database data masking. Contains operations to: Create, Retrieve, Update, and Delete data masking rules, as well as Create, Retreive and Update data masking policy.
public interface IDataMaskingOperations
type IDataMaskingOperations = interface
Public Interface IDataMaskingOperations
Methods
CreateOrUpdatePolicyAsync(String, String, String, DataMaskingPolicyCreateOrUpdateParameters, CancellationToken) |
Creates or updates an Azure SQL Database data masking policy |
CreateOrUpdateRuleAsync(String, String, String, String, DataMaskingRuleCreateOrUpdateParameters, CancellationToken) |
Creates or updates an Azure SQL Database Server Firewall rule. |
DeleteAsync(String, String, String, String, CancellationToken) |
Deletes an Azure SQL Server data masking rule. |
GetPolicyAsync(String, String, String, CancellationToken) |
Returns an Azure SQL Database data masking policy. |
ListAsync(String, String, String, CancellationToken) |
Returns a list of Azure SQL Database data masking rules. |