Share via


DeidentificationCustomizationOptions Class

Definition

Customizations options to override default service behaviors for synchronous usage.

public class DeidentificationCustomizationOptions : System.ClientModel.Primitives.IJsonModel<Azure.Health.Deidentification.DeidentificationCustomizationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Deidentification.DeidentificationCustomizationOptions>
type DeidentificationCustomizationOptions = class
    interface IJsonModel<DeidentificationCustomizationOptions>
    interface IPersistableModel<DeidentificationCustomizationOptions>
Public Class DeidentificationCustomizationOptions
Implements IJsonModel(Of DeidentificationCustomizationOptions), IPersistableModel(Of DeidentificationCustomizationOptions)
Inheritance
DeidentificationCustomizationOptions
Implements

Constructors

DeidentificationCustomizationOptions()

Initializes a new instance of DeidentificationCustomizationOptions.

Properties

RedactionFormat

Format of the redacted output. Only valid when Operation is Redact. Please refer to https://learn.microsoft.com/azure/healthcare-apis/deidentification/redaction-format for more details.

SurrogateLocale

Locale in which the output surrogates are written.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeidentificationCustomizationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DeidentificationCustomizationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeidentificationCustomizationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeidentificationCustomizationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DeidentificationCustomizationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to