SynapseDataMaskingPolicyData 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.
A class representing the SynapseDataMaskingPolicy data model.
public class SynapseDataMaskingPolicyData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.SynapseDataMaskingPolicyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.SynapseDataMaskingPolicyData>
public class SynapseDataMaskingPolicyData : Azure.ResourceManager.Models.ResourceData
type SynapseDataMaskingPolicyData = class
inherit ResourceData
interface IJsonModel<SynapseDataMaskingPolicyData>
interface IPersistableModel<SynapseDataMaskingPolicyData>
type SynapseDataMaskingPolicyData = class
inherit ResourceData
Public Class SynapseDataMaskingPolicyData
Inherits ResourceData
Implements IJsonModel(Of SynapseDataMaskingPolicyData), IPersistableModel(Of SynapseDataMaskingPolicyData)
Public Class SynapseDataMaskingPolicyData
Inherits ResourceData
- Inheritance
- Implements
Constructors
SynapseDataMaskingPolicyData() |
Initializes a new instance of SynapseDataMaskingPolicyData. |
Properties
ApplicationPrincipals |
The list of the application principals. This is a legacy parameter and is no longer used. |
DataMaskingState |
The state of the data masking policy. |
ExemptPrincipals |
The list of the exempt principals. Specifies the semicolon-separated list of database users for which the data masking policy does not apply. The specified users receive data results without masking for all of the database queries. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Kind |
The kind of data masking policy. Metadata, used for Azure portal. |
Location |
The location of the data masking policy. |
ManagedBy |
Fully qualified resource ID of the sql pool. |
MaskingLevel |
The masking level. This is a legacy parameter and is no longer used. |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SynapseDataMaskingPolicyData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SynapseDataMaskingPolicyData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SynapseDataMaskingPolicyData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SynapseDataMaskingPolicyData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SynapseDataMaskingPolicyData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET