DataMaskingEndpointsCommunicator Class
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.
This class is responsible for all the REST communication with the data masking endpoints
public class DataMaskingEndpointsCommunicator
type DataMaskingEndpointsCommunicator = class
Public Class DataMaskingEndpointsCommunicator
- Inheritance
-
DataMaskingEndpointsCommunicator
Constructors
DataMaskingEndpointsCommunicator(IAzureContext) |
Properties
Context |
Gets or sets the Azure profile |
Methods
DeleteDataMaskingRule(String, String, String, String) |
Deletes a data masking rule from the list of rules of a specific database |
GetDatabaseDataMaskingPolicy(String, String, String) |
Get the data masking policy for a specific database |
ListDataMaskingRules(String, String, String) |
Calls to list all the data masking rules for a specific database |
SetDatabaseDataMaskingPolicy(String, String, String, DataMaskingPolicyCreateOrUpdateParameters) |
Set (or create) the data masking policy for a specific database |
SetDatabaseDataMaskingRule(String, String, String, String, DataMaskingRuleCreateOrUpdateParameters) |
Sets the data masking rules for a specific database |