DataMasking 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.
The DataMasking.
public class DataMasking : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.DataMasking>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.DataMasking>
type DataMasking = class
interface IJsonModel<DataMasking>
interface IPersistableModel<DataMasking>
Public Class DataMasking
Implements IJsonModel(Of DataMasking), IPersistableModel(Of DataMasking)
- Inheritance
-
DataMasking
- Implements
Constructors
DataMasking() |
Initializes a new instance of DataMasking. |
Properties
Headers |
Masking settings for headers. |
QueryParams |
Masking settings for Url query parameters. |
Explicit Interface Implementations
IJsonModel<DataMasking>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataMasking>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataMasking>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataMasking>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataMasking>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET